Message ID | 20110708011623.32204.11747.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'setup.py' --- setup.py 2011-07-08 01:14:27 +0000 +++ setup.py 2011-07-08 01:14:51 +0000 @@ -27,7 +27,7 @@ author_email="michael.hudson@linaro.org", packages=find_packages() + [ 'twisted/plugins', - ], + ], license="AGPL", description="LAVA Scheduler Application", entry_points=""" @@ -39,12 +39,12 @@ "lava-server >= 0.1", "twisted", "south", - ], + ], setup_requires=[ "versiontools >= 1.3.1", - ], + ], tests_require=[ "django-testscenarios", - ], + ], zip_safe=False, include_package_data=True)