We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1847b54 commit 77308f3Copy full SHA for 77308f3
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