Changed py_modules to packages in setup.py
This commit is contained in:
parent
32e7463739
commit
61aefa8526
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -59,5 +59,5 @@ setup(
|
|||
# simple. Or you can use find_packages().
|
||||
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
||||
# CHANGE `py_modules=['...']` TO `packages=['...']`
|
||||
py_modules=['adafruit_ble'],
|
||||
packages=['adafruit_ble'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue