Switch to unified view
a/pyforge/setup.py | b/pyforge/setup.py | ||
---|---|---|---|
... |
... |
||
27 | "pysolr", |
27 | "pysolr", |
28 | "repoze.what-quickstart", |
28 | "repoze.what-quickstart", |
29 | "sqlalchemy-migrate", |
29 | "sqlalchemy-migrate", |
30 | "Markdown >= 2.0.3", |
30 | "Markdown >= 2.0.3", |
31 | "Pygments >= 1.1.1", |
31 | "Pygments >= 1.1.1", |
32 | "PyYAML >= 3.09", |
||
32 | ], |
33 | ], |
33 | setup_requires=["PasteScript >= 1.7"], |
34 | setup_requires=["PasteScript >= 1.7"], |
34 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
35 | paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'], |
35 | packages=find_packages(exclude=['ez_setup']), |
36 | packages=find_packages(exclude=['ez_setup']), |
36 | include_package_data=True, |
37 | include_package_data=True, |