We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1205f + 8405c55 commit a836197Copy full SHA for a836197
setup.py
@@ -53,5 +53,5 @@
53
# simple. Or you can use find_packages().
54
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
55
# CHANGE `py_modules=['...']` TO `packages=['...']`
56
- py_modules=["adafruit_minimqtt"],
+ packages=["adafruit_minimqtt"],
57
)
0 commit comments