X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=dd19cbc05bbde7f7dc0f3e90162b9bd1e5c355e9;hb=4c946acce00821cab415ca7ed3af30df2ccf120d;hp=5b9a19fb2ade44920a55fa678d1f466c4a8da509;hpb=be87298012852a14a382109f50a68ade9e287707;p=dunshire.git diff --git a/setup.py b/setup.py index 5b9a19f..dd19cbc 100644 --- a/setup.py +++ b/setup.py @@ -13,9 +13,9 @@ setup( url = 'http://michael.orlitzky.com/code/dunshire/', keywords = 'game theory, cone programming, optimization', packages = ['dunshire', 'test'], - description = 'A library for solving linear (cone) games', + description = 'A library for solving linear games over symmetric cones', long_description = read('doc/README.rst'), - license = 'doc/LICENSE', + license = 'AGPLv3+', install_requires = [ 'cvxopt >= 1.1.8' ], test_suite = 'test.build_suite', classifiers=[