changeset 326:674e0085ccc7

updated setup.py
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 01 Jul 2010 00:04:59 +0200
parents d8d471cfa093
children 0e87466a117e
files setup.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Jun 30 22:47:19 2010 +0200
+++ b/setup.py	Thu Jul 01 00:04:59 2010 +0200
@@ -9,7 +9,9 @@
 setup(
     name='pylons_app',
     version=get_version(),
-    description='',
+    description='Mercurial repository serving and browsing app',
+    keywords='mercurial web hgwebdir replacement serving hgweb',
+    license='BSD',
     author='marcin kuzminski',
     author_email='marcin@python-works.com',
     url='http://hg.python-works.com',
@@ -17,7 +19,7 @@
         "Pylons>=1.0.0",
         "SQLAlchemy>=0.6",
         "Mako>=0.3.2",
-        "vcs>=0.1.2",
+        "vcs>=0.1.3",
         "pygments>=1.3.0",
         "mercurial>=1.5",
         "pysqlite"