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 88cafa1 + c77824b commit 8b6aba0Copy full SHA for 8b6aba0
setup.py
@@ -57,5 +57,5 @@
57
# simple. Or you can use find_packages().
58
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
59
# CHANGE `py_modules=['...']` TO `packages=['...']`
60
- py_modules=["adafruit_sgp40"],
+ packages=["adafruit_sgp40"],
61
)
0 commit comments