@@ -6,21 +6,23 @@ except ImportError:
use_setuptools()
from setuptools import setup, find_packages
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',
install_requires=[
"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"
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),
Status change: