From f9ccf4716b6ebb14cf0449ba63e1d42515a8c021 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Fri, 15 Sep 2006 21:13:26 +0000 Subject: Added Thread-Module and made the "refresh" working (forgot the __init__.py) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 10fbe18..f7c3f91 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ setup(name="Genetic/One", version="0.1-alpha", author="Necoro d.M. et.al.", author_email="geneticone@projects.necoro.net", - packages=["geneticone", "geneticone.gui"], + packages=["geneticone", "geneticone.gui", "genetic.modules"], ext_modules=[thread] ) -- cgit v1.2.3