X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=83977e76554672d0611b9fb674c8b5e24ea339d8;hb=457b86414fb123e2b5ce07dc322173d24f789be4;hp=274216c4ab9b2898be7408fd500c5e894d49e5f7;hpb=3a2fd13fca053766a8860d2270f6fd693688ec8f;p=dunshire.git diff --git a/setup.py b/setup.py index 274216c..83977e7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( version = '0.1.1', 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', @@ -24,5 +24,8 @@ setup( 'Intended Audience :: Science/Research', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ] )