diff --git a/brightpearl/__init__.py b/brightpearl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index bfc9dd6..d2a9c3c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,8 @@ def read(fname): name='brightpearl', version=VERSION, - packages=find_packages(), + packages=find_packages(exclude=("examples",)), + install_requires=["requests"], url='https://github.com/demystify-systems/brightpearl-python', @@ -25,4 +26,4 @@ def read(fname): license='MIT', keywords=['brightpearl', 'api', 'client'], -) \ No newline at end of file +)