Compare commits

...

1 commit

Author SHA1 Message Date
435d5f14b0
Update metadata to match reality
This is needed so that we can rely on the metadata in https://github.com/adafruit/circuitpython-build-tools/pull/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.
2023-11-30 09:32:23 -06:00

View file

@ -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"]}