Use find_packages to find subpackages.
This commit is contained in:
parent
656e50348a
commit
4fb04ed48d
1 changed files with 1 additions and 5 deletions
6
setup.py
6
setup.py
|
|
@ -55,9 +55,5 @@ setup(
|
|||
# What does your project relate to?
|
||||
keywords='adafruit blinka circuitpython micropython ble bluetooth',
|
||||
|
||||
# You can just specify the packages manually here if your project is
|
||||
# simple. Or you can use find_packages().
|
||||
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
||||
# CHANGE `py_modules=['...']` TO `packages=['...']`
|
||||
packages=['adafruit_ble'],
|
||||
packages=find_packages(include=["adafruit_ble.*"]),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue