]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Update the project URL.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Nov 2016 20:02:53 +0000 (15:02 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Nov 2016 20:02:53 +0000 (15:02 -0500)
setup.py

index 8e81428eb6ca7e025d20070681c16aa692cde4c2..77cdcbb766100bc752a04c265b60b0eabda46552 100644 (file)
--- 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',