X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=setup.py;h=dd19cbc05bbde7f7dc0f3e90162b9bd1e5c355e9;hp=e9e8801242a7164ecc0c738aa19edd826b217177;hb=4c946acce00821cab415ca7ed3af30df2ccf120d;hpb=4a1433f8dc0aec61f6396e14b98c0f11f10ce0e4 diff --git a/setup.py b/setup.py index e9e8801..dd19cbc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 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 = 'AGPLv3+', install_requires = [ 'cvxopt >= 1.1.8' ],