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 656e503 commit 4fb04edCopy full SHA for 4fb04ed
setup.py
@@ -55,9 +55,5 @@
55
# What does your project relate to?
56
keywords='adafruit blinka circuitpython micropython ble bluetooth',
57
58
- # You can just specify the packages manually here if your project is
59
- # simple. Or you can use find_packages().
60
- # TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
61
- # CHANGE `py_modules=['...']` TO `packages=['...']`
62
- packages=['adafruit_ble'],
+ packages=find_packages(include=["adafruit_ble.*"]),
63
)
0 commit comments