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 118b283 + 667c432 commit a7a6a50Copy full SHA for a7a6a50
setup.py
@@ -55,5 +55,5 @@
55
# simple. Or you can use find_packages().
56
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
57
# CHANGE `py_modules=['...']` TO `packages=['...']`
58
- py_modules=["adafruit_rsa"],
+ packages=["adafruit_rsa"],
59
)
0 commit comments