]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - setup.py
Make our description sound a little less stupid.
[dunshire.git] / setup.py
index 8efa6ea3e5d5bcdd16bdf92559799710cdfe3d68..dd19cbc05bbde7f7dc0f3e90162b9bd1e5c355e9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -10,12 +10,12 @@ setup(
     version      = '0.1.0',
     author       = 'Michael Orlitzky',
     author_email = 'michael@orlitzky.com',
-    url          = 'http://michael.orlitzky.com/code/dunshire.xhtml',
+    url          = 'http://michael.orlitzky.com/code/dunshire/',
     keywords     = 'game theory, cone programming, optimization',
-    packages     = ['dunshire'],
-    description  = 'A library for solving linear (cone) games',
+    packages     = ['dunshire', 'test'],
+    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=[