Update setup.py to use packages

This commit is contained in:
Alec Delaney 2022-06-23 23:13:28 -04:00 committed by GitHub
parent d2060181dd
commit 51bacf986a
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"],
)