aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-07-01 00:04:59 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-07-01 00:04:59 +0200
commitcc67f92b1393b699cdc937a2280887a64566ddaf (patch)
treedaad6b075e0d9e2b724904b32818e5ca7e42bd34 /setup.py
parent3f88d8050f37757e3e3c7d8d4213d8633ca4d874 (diff)
updated setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f32f1170..60e54be2 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,9 @@ except ImportError:
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 @@ setup(
"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"