]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - setup.py
Add the "test" package to setup.py for distribution.
[dunshire.git] / setup.py
index 8efa6ea3e5d5bcdd16bdf92559799710cdfe3d68..4b9a0701bfff81b98d1ed31fd59c8fdd68a8b9cb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
     author_email = 'michael@orlitzky.com',
     url          = 'http://michael.orlitzky.com/code/dunshire.xhtml',
     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',