Message ID | 20110724214421.3739.8911.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'setup.py' --- setup.py 2011-07-08 01:14:51 +0000 +++ setup.py 2011-07-24 21:42:41 +0000 @@ -25,9 +25,7 @@ version=":versiontools:lava_scheduler_app:__version__", author="Michael Hudson-Doyle", author_email="michael.hudson@linaro.org", - packages=find_packages() + [ - 'twisted/plugins', - ], + packages=find_packages(), license="AGPL", description="LAVA Scheduler Application", entry_points=""" === removed directory 'twisted' === removed directory 'twisted/plugins'