diff --git a/setup.py b/setup.py index bee48d2..83d719b 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ license="GPLv3", author='Richard Gerum', author_email='richard.gerum@fau.de', - packages=['pylustrator'], + packages=['pylustrator', 'pylustrator.components'], include_package_data=True, install_requires=[ 'natsort',