Skip to content

Commit 01ae093

Browse files
authored
Merge pull request #36 from lesamouraipourpre/patch-1
Update setup.py to use packages instead of py_modules
2 parents 06aec1d + b03872e commit 01ae093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
# simple. Or you can use find_packages().
5555
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5656
# CHANGE `py_modules=['...']` TO `packages=['...']`
57-
py_modules=["adafruit_midi"],
57+
packages=["adafruit_midi"],
5858
)

0 commit comments

Comments
 (0)