From: Michael Orlitzky Date: Wed, 16 Nov 2016 02:19:51 +0000 (-0500) Subject: Change the licence from a path to "AGPLv3+" in setup.py. X-Git-Tag: 0.1.0 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=refs%2Ftags%2F0.1.0 Change the licence from a path to "AGPLv3+" in setup.py. --- diff --git a/setup.py b/setup.py index 5b9a19f..e9e8801 100644 --- 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=[