From 9729c75a84f330a919584913f1c6b7b194a6bb4f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 9 Feb 2023 22:25:30 -0500 Subject: [PATCH] setup.py: add index.xhtml to homepage; avoid redirects. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 213234a..83977e7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( version = '0.1.1', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', - url = 'http://michael.orlitzky.com/code/dunshire/', + url = 'http://michael.orlitzky.com/code/dunshire/index.xhtml', keywords = 'game theory, cone programming, optimization', packages = ['dunshire'], description = 'A library for solving linear games over symmetric cones', -- 2.43.2