diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -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 | 
