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^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=4a1433f8dc0aec61f6396e14b98c0f11f10ce0e4 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=[