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