We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1847b54 + 77308f3 commit 21d5dfbCopy full SHA for 21d5dfb
setup.py
@@ -57,7 +57,5 @@
57
"Sunon Cooling Thermostat PWM Tach",
58
# You can just specify the packages manually here if your project is
59
# simple. Or you can use find_packages().
60
- # TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
61
- # CHANGE `py_modules=['...']` TO `packages=['...']`
62
- py_modules=["adafruit_emc2101"],
+ packages=["adafruit_emc2101"],
63
)
0 commit comments