From d4712d6082f26fd3cdd7fa294bca6f1ef8f06442 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 14 Nov 2016 22:45:25 -0500 Subject: [PATCH] Add the "test" package to setup.py for distribution. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.43.2