aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1732aff..85211e7 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,9 @@ setup(name="defconQt",
author_email="adri-from-59@hotmail.fr",
# url="",
license="GNU LGPL 2.1/GNU GPL v3",
- # TODO: populate
- packages=["defconQt"],
+ packages=[
+ "defconQt",
+ "defconQt.representationFactories",
+ ],
package_dir={"":"Lib"}
) \ No newline at end of file