From: Michael Orlitzky Date: Tue, 8 Nov 2016 20:02:53 +0000 (-0500) Subject: Update the project URL. X-Git-Tag: 0.1.0~65 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=328505ae48bc847a5dc4a41a14b6564360f2c5ef Update the project URL. --- 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',