Switch to unified view
a/pyforge/setup.py | b/pyforge/setup.py | ||
---|---|---|---|
... |
... |
||
19 | "Lamson", |
19 | "Lamson", |
20 | "Django", |
20 | "Django", |
21 | "Carrot", |
21 | "Carrot", |
22 | "Celery >= 0.8.0", |
22 | "Celery >= 0.8.0", |
23 | "pymongo", |
23 | "pymongo", |
24 | ], |
24 | ], |
25 | setup_requires=["PasteScript >= 1.7"], |
25 | setup_requires=["PasteScript >= 1.7"], |
26 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
26 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
27 | packages=find_packages(exclude=['ez_setup']), |
27 | packages=find_packages(exclude=['ez_setup']), |
28 | include_package_data=True, |
28 | include_package_data=True, |
29 | test_suite='nose.collector', |
29 | test_suite='nose.collector', |