Updated pyproject.toml to use package folder.
This commit is contained in:
parent
962a1a8b3e
commit
5ae8bc5171
1 changed files with 1 additions and 3 deletions
|
|
@ -43,9 +43,7 @@ classifiers = [
|
|||
dynamic = ["dependencies", "optional-dependencies"]
|
||||
|
||||
[tool.setuptools]
|
||||
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
||||
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
|
||||
py-modules = ["adafruit_wm8960"]
|
||||
packages = ["adafruit_wm8960"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue