X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=5b9a19fb2ade44920a55fa678d1f466c4a8da509;hb=be87298012852a14a382109f50a68ade9e287707;hp=4b9a0701bfff81b98d1ed31fd59c8fdd68a8b9cb;hpb=d4712d6082f26fd3cdd7fa294bca6f1ef8f06442;p=dunshire.git 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',