We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 305c658 + 8fb679a commit fee9519Copy full SHA for fee9519
setup.py
@@ -58,5 +58,5 @@
58
# simple. Or you can use find_packages().
59
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
60
# CHANGE `py_modules=['...']` TO `packages=['...']`
61
- py_modules=["adafruit_lsm6ds"],
+ packages=["adafruit_lsm6ds"],
62
)
0 commit comments