diff options
| author | Jason Kölker <jason@koelker.net> | 2011-09-27 17:55:06 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-09-27 17:55:06 -0500 |
| commit | 462969297ca6b06c5bf5bda14c7b3ff020cbd0b3 (patch) | |
| tree | 3293aef4035c385b3b2d1a5f14508dd3eaafd418 | |
| parent | e8fcb19c252c9653eacbe44d23a69717ccccaae6 (diff) | |
add Paste* requirements
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ Common components for Openstack including paster templates. packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=True, - install_requires=[ - # -*- Extra requirements: -*- + install_requires=['PasteDeploy', + 'PasteScript', ], entry_points=""" # -*- Entry points: -*- |
