]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - setup.py
MANIFEST.in,doc/COPYING: add COPYING
[dunshire.git] / setup.py
index 274216c4ab9b2898be7408fd500c5e894d49e5f7..cf379f8dcf3e57f983f1f2561490da5446ea67e7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,10 +8,10 @@ def read(fname):
 # Don't list "test" in packages, because we don't want it installed.
 setup(
     name         = 'dunshire',
-    version      = '0.1.1',
+    version      = '0.1.3',
     author       = 'Michael Orlitzky',
     author_email = 'michael@orlitzky.com',
-    url          = 'http://michael.orlitzky.com/code/dunshire/',
+    url          = 'http://michael.orlitzky.com/code/dunshire/index.xhtml',
     keywords     = 'game theory, cone programming, optimization',
     packages     = ['dunshire'],
     description  = 'A library for solving linear games over symmetric cones',
@@ -21,8 +21,8 @@ setup(
     test_suite = 'test.build_suite',
     classifiers=[
         'Development Status :: 3 - Alpha',
-        'Intended Audience :: Science/Research',
-        'Programming Language :: Python :: 3.4',
-        'Programming Language :: Python :: 3.5',
+        'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
+        'Programming Language :: Python :: 3',
+        'Intended Audience :: Science/Research'
     ]
 )