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.
1 parent 83bb6d5 commit 57c3250Copy full SHA for 57c3250
setup.py
@@ -62,5 +62,5 @@
62
# simple. Or you can use find_packages().
63
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
64
# CHANGE `py_modules=['...']` TO `packages=['...']`
65
- py_modules=['adafruit_atecc'],
+ packages=['adafruit_atecc'],
66
)
0 commit comments