X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=83977e76554672d0611b9fb674c8b5e24ea339d8;hp=213234a46f26570d1c1bbb4d6f1bc9d6cf5b10b0;hb=9729c75a84f330a919584913f1c6b7b194a6bb4f;hpb=e2afaec126c88869a7e8a246b99bc1b90713ab62 diff --git a/setup.py b/setup.py index 213234a..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',