Skip to content

Commit 4e14ef4

Browse files
committed
fixing PyPi issue in #5
1 parent cac28f2 commit 4e14ef4

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
@@ -55,5 +55,5 @@
5555
# simple. Or you can use find_packages().
5656
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5757
# CHANGE `py_modules=['...']` TO `packages=['...']`
58-
py_modules=["adafruit_bno08x"],
58+
packages=["adafruit_bno08x"],
5959
)

0 commit comments

Comments
 (0)