Changeset - 674e0085ccc7
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-07-01 00:04:59
marcin@python-works.com
updated setup.py
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)