Merge pull request #22 from dhalbert/pypi-packages

Fix pypi install
This commit is contained in:
Dan Halbert 2020-06-24 09:37:38 -04:00 committed by GitHub
commit 1db962ec60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,5 +48,5 @@ setup(
keywords="adafruit ble bluefruit bluetooth micropython circuitpython",
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
py_modules=["adafruit_bluefruit_connect"],
packages=["adafruit_bluefruit_connect"],
)