X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=4b9a0701bfff81b98d1ed31fd59c8fdd68a8b9cb;hb=1567b13174de89884c7cbdd06b2f87bce63ed83e;hp=8efa6ea3e5d5bcdd16bdf92559799710cdfe3d68;hpb=06fa476e191565cf7f89150206d1d4a8e81d217d;p=dunshire.git 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',