We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac28f2 commit 4e14ef4Copy full SHA for 4e14ef4
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