]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Add the "test" package to setup.py for distribution.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 15 Nov 2016 03:45:25 +0000 (22:45 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 15 Nov 2016 03:45:25 +0000 (22:45 -0500)
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',