Skip to content

Commit

Permalink
Merge pull request #68 from tannewt/adafruit_ble_package
Browse files Browse the repository at this point in the history
Add explicit inclusion of adafruit_ble to setup.py
  • Loading branch information
tannewt committed Feb 14, 2020
2 parents 4ab856d + 6157c11 commit 2682f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,5 +55,5 @@
# What does your project relate to?
keywords='adafruit blinka circuitpython micropython ble bluetooth',

packages=find_packages(include=["adafruit_ble.*"]),
packages=find_packages(include=["adafruit_ble", "adafruit_ble.*"]),
)

0 comments on commit 2682f51

Please sign in to comment.