diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 80: update setup.py

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

Commit Message

Paul Larson July 21, 2011, 4:28 p.m. UTC
------------------------------------------------------------
revno: 80
tags: release-0.1.0, 2011.07
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-test
timestamp: Thu 2011-07-21 11:26:12 -0500
message:
  update 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 15:47:54 +0000
+++ setup.py	2011-07-21 16:26:12 +0000
@@ -28,13 +28,13 @@ 
     description='Lava test execution framework',
     long_description=open("README").read(),
     packages=find_packages(exclude=['tests']),
-    license="GPL3",
+    license="GNU GPLv3",
     test_suite='tests.test_suite',
     scripts = ['bin/lava-test'],
     classifiers=[
         "Development Status :: 3 - Alpha",
         "Intended Audience :: Developers",
-        "License :: OSI Approved :: GNU General Public License, version 3",
+        "License :: OSI Approved :: GNU General Public License (GPL)",
         "Operating System :: OS Independent",
         "Programming Language :: Python :: 2.6",
         "Topic :: Software Development :: Testing",