X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=setup.py;h=e9e8801242a7164ecc0c738aa19edd826b217177;hp=5b9a19fb2ade44920a55fa678d1f466c4a8da509;hb=4a1433f8dc0aec61f6396e14b98c0f11f10ce0e4;hpb=be87298012852a14a382109f50a68ade9e287707 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=[