Skip to content

Commit

Permalink
Merge pull request #3 from jepler/correct-metadata
Browse files Browse the repository at this point in the history
update metadata to reflect that this is a package
  • Loading branch information
CedarGroveStudios committed Nov 30, 2023
2 parents 00521a6 + 47f91bb commit f502787
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_airqualitytools"]
packages = ["cedargrove_airqualitytools"]

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

0 comments on commit f502787

Please sign in to comment.