summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authornecoro <>2006-10-27 13:58:52 +0000
committernecoro <>2006-10-27 13:58:52 +0000
commit3384091af579dbafdc366753cf846e3e63c61f7b (patch)
tree680428f2043735763f51c38f4e891ae79301b2ea /setup.py
parentf8bcb199cd5569dba9039c0286456a2d651a22a8 (diff)
downloadportato-3384091af579dbafdc366753cf846e3e63c61f7b.tar.gz
portato-3384091af579dbafdc366753cf846e3e63c61f7b.tar.bz2
portato-3384091af579dbafdc366753cf846e3e63c61f7b.zip
Moved gtk-specific stuff to an extra subdir to make it more flexible for qt
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cbbb86c..e63a98b 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,6 @@ setup(name="Genetic/One",
author="René 'Necoro' Neumann",
license="GPLv2",
author_email="necoro@necoro.net",
- packages=["geneticone", "geneticone.gui", "geneticone.backend"],
+ packages=["geneticone", "geneticone.gui", "geneticone.backend", "geneticone.gui.gtk"],
#ext_modules=[thread]
)