From: Michael Orlitzky Date: Fri, 10 Feb 2023 03:25:30 +0000 (-0500) Subject: setup.py: add index.xhtml to homepage; avoid redirects. X-Git-Tag: 0.1.2~7 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=9729c75a84f330a919584913f1c6b7b194a6bb4f setup.py: add index.xhtml to homepage; avoid redirects. --- 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',