Skip to content

Commit 6766c5a

Browse files
authored
Update setup.py
This might make PyPi more happy (as seen in Adafruit_CircuitPython_LSM6DS).
1 parent 1a726c3 commit 6766c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
"breakout hardware micropython circuitpython",
5050
# You can just specify the packages manually here if your project is
5151
# simple. Or you can use find_packages().
52-
py_modules=["adafruit_is31fl3731"],
52+
packages=["adafruit_is31fl3731"],
5353
)

0 commit comments

Comments
 (0)