Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request adafruit#36 from lesamouraipourpre/patch-1
Browse files Browse the repository at this point in the history
Update setup.py to use packages instead of py_modules
  • Loading branch information
tannewt committed Jul 13, 2021
2 parents 06aec1d + b03872e commit 01ae093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
# simple. Or you can use find_packages().
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules=['...']` TO `packages=['...']`
py_modules=["adafruit_midi"],
packages=["adafruit_midi"],
)

0 comments on commit 01ae093

Please sign in to comment.