diff --git a/MANIFEST.in b/MANIFEST.in index c8a9bce..bb3ec5f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include openaps/cli/* +include README.md diff --git a/setup.py b/setup.py index d83b0c2..473c81f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): author_email="bewest+openaps@gmail.com", # url="https://github.com/openaps/openaps", url="https://openaps.org/", - packages=['openaps'], + packages=find_packages( ), include_package_data = True, install_requires = [ 'pyserial', 'python-dateutil', 'argcomplete',