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 6ae038b commit df83258Copy full SHA for df83258
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_packages=["adafruit_bluefruit_connect"],
+ packages=["adafruit_bluefruit_connect"],
52
)
0 commit comments