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.
1 parent 0f1205f commit 8405c55Copy full SHA for 8405c55
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