]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - setup.py
Change the licence from a path to "AGPLv3+" in setup.py.
[dunshire.git] / 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=[