diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..55925f1 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +include options.json +include requirements.txt +include test-requirements.txt +include release-requirements.txt +graft test diff --git a/setup.py b/setup.py index b949cc4..60f2eb1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ author="Steven Stallion", author_email="sstallion@gmail.com", url="https://github.com/sstallion/sensorpush-api", - packages=find_packages(), + packages=find_packages(include=["sensorpush_api*"]), classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",