We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ab856d + 6157c11 commit 2682f51Copy full SHA for 2682f51
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