Skip to content

Commit 6157c11

Browse files
committed
Add explicit inclusion of adafruit_ble to setup.py
1 parent 4ab856d commit 6157c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
# What does your project relate to?
5656
keywords='adafruit blinka circuitpython micropython ble bluetooth',
5757

58-
packages=find_packages(include=["adafruit_ble.*"]),
58+
packages=find_packages(include=["adafruit_ble", "adafruit_ble.*"]),
5959
)

0 commit comments

Comments
 (0)