Merge pull request #18 from tekktrik/hotfix/fix-setup-py
Update setup.py to use packages
This commit is contained in:
commit
835fd6c746
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -52,5 +52,5 @@ setup(
|
||||||
# simple. Or you can use find_packages().
|
# simple. Or you can use find_packages().
|
||||||
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
||||||
# CHANGE `py_modules=['...']` TO `packages=['...']`
|
# CHANGE `py_modules=['...']` TO `packages=['...']`
|
||||||
py_modules=["adafruit_hashlib"],
|
packages=["adafruit_hashlib"],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue