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 06aec1d commit b03872eCopy full SHA for b03872e
setup.py
@@ -54,5 +54,5 @@
54
# simple. Or you can use find_packages().
55
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
56
# CHANGE `py_modules=['...']` TO `packages=['...']`
57
- py_modules=["adafruit_midi"],
+ packages=["adafruit_midi"],
58
)
0 commit comments