Skip to content

Commit 1edb67b

Browse files
authored
Merge pull request #2 from tekktrik/dev/fix-packaging
Update packaging specification in pyproject.toml
2 parents 5add434 + 5eebbb1 commit 1edb67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dynamic = ["dependencies", "optional-dependencies"]
4040
[tool.setuptools]
4141
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
4242
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
43-
py-modules = ["adafruit_prompt_toolkit"]
43+
packages = ["adafruit_prompt_toolkit"]
4444

4545
[tool.setuptools.dynamic]
4646
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)