diff setup.py @ 1143:0e6035a85980 beta

added changes made in production branch back into beta
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 17 Mar 2011 03:04:17 +0100
parents b0e2c949c34b
children a1fba57f46fa
line wrap: on
line diff
--- a/setup.py	Thu Mar 17 01:31:15 2011 +0100
+++ b/setup.py	Thu Mar 17 03:04:17 2011 +0100
@@ -78,7 +78,7 @@
     license='BSD',
     author='Marcin Kuzminski',
     author_email='marcin@python-works.com',
-    url='http://hg.python-works.com',
+    url='http://rhodecode.org',
     install_requires=requirements,
     classifiers=classifiers,
     setup_requires=["PasteScript>=1.6.3"],
@@ -90,6 +90,7 @@
     message_extractors={'rhodecode': [
             ('**.py', 'python', None),
             ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
+            ('templates/**.html', 'mako', {'input_encoding': 'utf-8'}),
             ('public/**', 'ignore', None)]},
     zip_safe=False,
     paster_plugins=['PasteScript', 'Pylons'],