From: Michael Orlitzky Date: Tue, 15 Nov 2016 03:45:25 +0000 (-0500) Subject: Add the "test" package to setup.py for distribution. X-Git-Tag: 0.1.0~15 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=d4712d6082f26fd3cdd7fa294bca6f1ef8f06442 Add the "test" package to setup.py for distribution. --- diff --git a/setup.py b/setup.py index 8efa6ea..4b9a070 100644 --- 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',