|
a/pyforge/setup.py |
|
b/pyforge/setup.py |
|
... |
|
... |
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 |
"PyYAML >= 3.09",
|
|
|
33 |
"python-openid >= 2.2.4",
|
33 |
],
|
34 |
],
|
34 |
setup_requires=["PasteScript >= 1.7"],
|
35 |
setup_requires=["PasteScript >= 1.7"],
|
35 |
paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
|
36 |
paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
|
36 |
packages=find_packages(exclude=['ez_setup']),
|
37 |
packages=find_packages(exclude=['ez_setup']),
|
37 |
include_package_data=True,
|
38 |
include_package_data=True,
|