diff options
-rwxr-xr-x | setup.py | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -24,7 +24,11 @@ setuptools.setup( long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/Jan200101/BerryClient", - packages=["BerryClient"], + packages=[ + "BerryClient", + "BerryClient.addons", + "BerryClient.models", + ], license="MIT", install_requires=requirements, include_package_data=True, |