We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca25f1 commit 6ae038bCopy full SHA for 6ae038b
setup.py
@@ -48,5 +48,5 @@
48
keywords="adafruit ble bluefruit bluetooth micropython circuitpython",
49
# You can just specify the packages manually here if your project is
50
# simple. Or you can use find_packages().
51
- py_modules=["adafruit_bluefruit_connect"],
+ py_packages=["adafruit_bluefruit_connect"],
52
)
0 commit comments