We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cac28f2 + 4e14ef4 commit 59fc2dbCopy full SHA for 59fc2db
setup.py
@@ -55,5 +55,5 @@
55
# simple. Or you can use find_packages().
56
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
57
# CHANGE `py_modules=['...']` TO `packages=['...']`
58
- py_modules=["adafruit_bno08x"],
+ packages=["adafruit_bno08x"],
59
)
0 commit comments