Skip to content

Commit 2682f51

Browse files
authored
Merge pull request #68 from tannewt/adafruit_ble_package
Add explicit inclusion of adafruit_ble to setup.py
2 parents 4ab856d + 6157c11 commit 2682f51

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)