X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=5b9a19fb2ade44920a55fa678d1f466c4a8da509;hb=be87298012852a14a382109f50a68ade9e287707;hp=8efa6ea3e5d5bcdd16bdf92559799710cdfe3d68;hpb=06fa476e191565cf7f89150206d1d4a8e81d217d;p=dunshire.git diff --git a/setup.py b/setup.py index 8efa6ea..5b9a19f 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ 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'], + packages = ['dunshire', 'test'], description = 'A library for solving linear (cone) games', long_description = read('doc/README.rst'), license = 'doc/LICENSE',