X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=77cdcbb766100bc752a04c265b60b0eabda46552;hb=328505ae48bc847a5dc4a41a14b6564360f2c5ef;hp=8e81428eb6ca7e025d20070681c16aa692cde4c2;hpb=dce6c6d8c8850a66fa2572b888d1f3c7ad3c8342;p=dunshire.git diff --git a/setup.py b/setup.py index 8e81428..77cdcbb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( version = '0.0.1', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', - url = 'http://michael.orlitzky.com/code/dunshire.php', + url = 'http://michael.orlitzky.com/code/dunshire.xhtml', packages = ['dunshire'], description = 'A library for solving linear (cone) games', license = 'doc/LICENSE',