We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d206018 + 51bacf9 commit 835fd6cCopy full SHA for 835fd6c
setup.py
@@ -52,5 +52,5 @@
52
# simple. Or you can use find_packages().
53
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
54
# CHANGE `py_modules=['...']` TO `packages=['...']`
55
- py_modules=["adafruit_hashlib"],
+ packages=["adafruit_hashlib"],
56
)
0 commit comments