From: Michael Orlitzky Date: Wed, 16 Nov 2016 01:13:18 +0000 (-0500) Subject: Update the project homepage once more. X-Git-Tag: 0.1.0~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=be87298012852a14a382109f50a68ade9e287707 Update the project homepage once more. --- diff --git a/setup.py b/setup.py index 4b9a070..5b9a19f 100644 --- 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',