comparison setup.py @ 246:ca80f8c00562 rhodecode-0.0.0.7.6

Fixed bug in repos, added dependencies and bumped version
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 Jun 2010 01:01:36 +0200
parents 782f0692b29c
children d8d471cfa093
comparison
equal deleted inserted replaced
245:a83a1799480c 246:ca80f8c00562
16 install_requires=[ 16 install_requires=[
17 "Pylons>=1.0.0", 17 "Pylons>=1.0.0",
18 "SQLAlchemy>=0.6", 18 "SQLAlchemy>=0.6",
19 "Mako>=0.3.2", 19 "Mako>=0.3.2",
20 "vcs>=0.1.2", 20 "vcs>=0.1.2",
21 "pygments>=1.3.0" 21 "pygments>=1.3.0",
22 "mercurial>=1.5",
23 "pysqlite"
22 ], 24 ],
23 setup_requires=["PasteScript>=1.6.3"], 25 setup_requires=["PasteScript>=1.6.3"],
24 packages=find_packages(exclude=['ez_setup']), 26 packages=find_packages(exclude=['ez_setup']),
25 include_package_data=True, 27 include_package_data=True,
26 test_suite='nose.collector', 28 test_suite='nose.collector',