diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 18: another approach

Message ID 20110707095913.31225.62831.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson July 7, 2011, 9:59 a.m. UTC
------------------------------------------------------------
revno: 18
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-07 21:13:52 +1200
message:
  another approach
modified:
  setup.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2011-07-07 09:00:24 +0000
+++ setup.py	2011-07-07 09:13:52 +0000
@@ -20,17 +20,15 @@ 
 
 from setuptools import setup, find_packages
 
-
 setup(
     name='lava-scheduler',
     version=":versiontools:lava_scheduler_app:__version__",
     author="Michael Hudson-Doyle",
     author_email="michael.hudson@linaro.org",
-    packages=find_packages(),
+    packages=find_packages() + [
+        'twisted/plugins',
+        ],
     license="AGPL",
-    data_files=[
-        ('twisted/plugins', ['twisted/plugins/twistd_lava_scheduler_daemon.py']),
-        ],
     description="LAVA Scheduler Application",
     entry_points="""
     [lava_server.extensions]