Skip to content

Commit

Permalink
Update metadata to match reality
Browse files Browse the repository at this point in the history
This is needed so that we can rely on the metadata in adafruit/circuitpython-build-tools#101

Please make a new tagged release after incorporating this change.

If you don't think you'll be able to deal with this in a timely fashion, please let me know.
  • Loading branch information
jepler committed Nov 30, 2023
1 parent cdfd121 commit 435d5f1
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_rgb_spectrumtools"]
packages = ["cedargrove_rgb_spectrumtools"]

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

0 comments on commit 435d5f1

Please sign in to comment.