aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-09-17 21:48:34 +0200
committerAdrien Tétar2015-09-18 15:24:15 +0200
commit748bb567eef19dcd8e067934786950c5866dc580 (patch)
treee49d296009472b902bf18d265dfebac103d4ac56 /setup.py
parent35dd3057c86e02a0c07f7fed20771b3e9d43eb9c (diff)
downloadtrufont-748bb567eef19dcd8e067934786950c5866dc580.tar.bz2
meta: cleanup past experiments and set up a proper package structure
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