diff --git a/setup.py b/setup.py index 3083a95..c81d444 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,5 @@ 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"], )