]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Update the project homepage once more.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 01:13:18 +0000 (20:13 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 01:13:18 +0000 (20:13 -0500)
setup.py

index 4b9a0701bfff81b98d1ed31fd59c8fdd68a8b9cb..5b9a19fb2ade44920a55fa678d1f466c4a8da509 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(
     version      = '0.1.0',
     author       = 'Michael Orlitzky',
     author_email = 'michael@orlitzky.com',
-    url          = 'http://michael.orlitzky.com/code/dunshire.xhtml',
+    url          = 'http://michael.orlitzky.com/code/dunshire/',
     keywords     = 'game theory, cone programming, optimization',
     packages     = ['dunshire', 'test'],
     description  = 'A library for solving linear (cone) games',