Merge pull request #18 from tekktrik/hotfix/fix-setup-py

Update setup.py to use packages
This commit is contained in:
Eva Herrada 2022-06-24 12:24:46 -04:00 committed by GitHub
commit 835fd6c746
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,5 +52,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_hashlib"],
packages=["adafruit_hashlib"],
)