Skip to content

Commit 47d700d

Browse files
Merge pull request #3 from jepler/metadata
Update metadata to match reality
2 parents c9f58e8 + fc17a8b commit 47d700d

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 = ["cedargrove_temperaturetools"]
43+
packages = ["cedargrove_temperaturetools"]
4444

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

0 commit comments

Comments
 (0)