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 32e7463 commit 61aefa8Copy full SHA for 61aefa8
setup.py
@@ -59,5 +59,5 @@
59
# simple. Or you can use find_packages().
60
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
61
# CHANGE `py_modules=['...']` TO `packages=['...']`
62
- py_modules=['adafruit_ble'],
+ packages=['adafruit_ble'],
63
)
0 commit comments