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 88cafa1 commit c77824bCopy full SHA for c77824b
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