Show More
@@ -9,7 +9,9 b' except ImportError:' | |||
|
9 | 9 | setup( |
|
10 | 10 | name='pylons_app', |
|
11 | 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 | 15 | author='marcin kuzminski', |
|
14 | 16 | author_email='marcin@python-works.com', |
|
15 | 17 | url='http://hg.python-works.com', |
@@ -17,7 +19,7 b' setup(' | |||
|
17 | 19 | "Pylons>=1.0.0", |
|
18 | 20 | "SQLAlchemy>=0.6", |
|
19 | 21 | "Mako>=0.3.2", |
|
20 |
"vcs>=0.1. |
|
|
22 | "vcs>=0.1.3", | |
|
21 | 23 | "pygments>=1.3.0", |
|
22 | 24 | "mercurial>=1.5", |
|
23 | 25 | "pysqlite" |
General Comments 0
You need to be logged in to leave comments.
Login now