aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3367110..641ba51 100755
--- a/setup.py
+++ b/setup.py
@@ -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,