Skip to content

Commit 8fb679a

Browse files
committed
Update setup.py
fix setup.py by changing py_modules to packages
1 parent 305c658 commit 8fb679a

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
@@ -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)