]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - setup.py
Update the project homepage once more.
[dunshire.git] / setup.py
index 8efa6ea3e5d5bcdd16bdf92559799710cdfe3d68..5b9a19fb2ade44920a55fa678d1f466c4a8da509 100644 (file)
--- 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',