##// END OF EJS Templates
updated setup.py
marcink -
r326:674e0085 default
parent child Browse files
Show More
@@ -9,7 +9,9 except ImportError:
9 setup(
9 setup(
10 name='pylons_app',
10 name='pylons_app',
11 version=get_version(),
11 version=get_version(),
12 description='',
12 description='Mercurial repository serving and browsing app',
13 keywords='mercurial web hgwebdir replacement serving hgweb',
14 license='BSD',
13 author='marcin kuzminski',
15 author='marcin kuzminski',
14 author_email='marcin@python-works.com',
16 author_email='marcin@python-works.com',
15 url='http://hg.python-works.com',
17 url='http://hg.python-works.com',
@@ -17,7 +19,7 setup(
17 "Pylons>=1.0.0",
19 "Pylons>=1.0.0",
18 "SQLAlchemy>=0.6",
20 "SQLAlchemy>=0.6",
19 "Mako>=0.3.2",
21 "Mako>=0.3.2",
20 "vcs>=0.1.2",
22 "vcs>=0.1.3",
21 "pygments>=1.3.0",
23 "pygments>=1.3.0",
22 "mercurial>=1.5",
24 "mercurial>=1.5",
23 "pysqlite"
25 "pysqlite"
General Comments 0
You need to be logged in to leave comments. Login now