X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=setup.py;h=77cdcbb766100bc752a04c265b60b0eabda46552;hp=8e81428eb6ca7e025d20070681c16aa692cde4c2;hb=428ef4a28dc25409df02f6af024043c21307a646;hpb=bdb596b84a06d0c97e39d42586a51fc36ba44186 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',