Skip to content

Commit 21d5dfb

Browse files
authored
Merge pull request #13 from dhalbert/setup-packages
Use packages= in setup.py
2 parents 1847b54 + 77308f3 commit 21d5dfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,5 @@
5757
"Sunon Cooling Thermostat PWM Tach",
5858
# You can just specify the packages manually here if your project is
5959
# 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"],
60+
packages=["adafruit_emc2101"],
6361
)

0 commit comments

Comments
 (0)