Skip to content

Commit

Permalink
Merge pull request #3 from jepler/metadata
Browse files Browse the repository at this point in the history
Update metadata to match reality
  • Loading branch information
CedarGroveStudios authored Nov 30, 2023
2 parents c9f58e8 + fc17a8b commit 47d700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = ["dependencies", "optional-dependencies"]
[tool.setuptools]
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
py-modules = ["cedargrove_temperaturetools"]
packages = ["cedargrove_temperaturetools"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
Expand Down

0 comments on commit 47d700d

Please sign in to comment.