Skip to content

Commit 59fc2db

Browse files
authored
Merge pull request #6 from adafruit/fix_pypi
fixing PyPi issue in #5
2 parents cac28f2 + 4e14ef4 commit 59fc2db

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)