From 328505ae48bc847a5dc4a41a14b6564360f2c5ef Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Nov 2016 15:02:53 -0500 Subject: [PATCH] Update the project URL. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.43.2