We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab856d commit 6157c11Copy full SHA for 6157c11
setup.py
@@ -55,5 +55,5 @@
55
# What does your project relate to?
56
keywords='adafruit blinka circuitpython micropython ble bluetooth',
57
58
- packages=find_packages(include=["adafruit_ble.*"]),
+ packages=find_packages(include=["adafruit_ble", "adafruit_ble.*"]),
59
)
0 commit comments