diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 79: Remove old packages= from setup.py

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

Commit Message

Zygmunt Krynicki July 21, 2011, 4:13 p.m. UTC
------------------------------------------------------------
revno: 79
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-21 17:47:54 +0200
message:
  Remove old packages= from setup.py
modified:
  setup.py


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

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

Patch

=== modified file 'setup.py'
--- setup.py	2011-07-21 14:49:38 +0000
+++ setup.py	2011-07-21 15:47:54 +0000
@@ -28,7 +28,6 @@ 
     description='Lava test execution framework',
     long_description=open("README").read(),
     packages=find_packages(exclude=['tests']),
-    #packages = ['lava_test', 'lava_test.test_definitions'],
     license="GPL3",
     test_suite='tests.test_suite',
     scripts = ['bin/lava-test'],