Skip to content

Commit fee9519

Browse files
authored
Merge pull request #27 from MomsFriendlyRobotCompany/master
Update setup.py to fix pypi
2 parents 305c658 + 8fb679a commit fee9519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
# simple. Or you can use find_packages().
5959
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
6060
# CHANGE `py_modules=['...']` TO `packages=['...']`
61-
py_modules=["adafruit_lsm6ds"],
61+
packages=["adafruit_lsm6ds"],
6262
)

0 commit comments

Comments
 (0)