]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Change the licence from a path to "AGPLv3+" in setup.py. 0.1.0
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 02:19:51 +0000 (21:19 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 02:19:51 +0000 (21:19 -0500)
setup.py

index 5b9a19fb2ade44920a55fa678d1f466c4a8da509..e9e8801242a7164ecc0c738aa19edd826b217177 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
     packages     = ['dunshire', 'test'],
     description  = 'A library for solving linear (cone) games',
     long_description = read('doc/README.rst'),
-    license      = 'doc/LICENSE',
+    license      = 'AGPLv3+',
     install_requires = [ 'cvxopt >= 1.1.8' ],
     test_suite = 'test.build_suite',
     classifiers=[