Compare commits

...

1 commit

Author SHA1 Message Date
3ef80a17c4
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:34:01 -06:00

View file

@ -39,7 +39,7 @@ classifiers = [
dynamic = ["dependencies", "optional-dependencies"]
[tool.setuptools]
py-modules = ["circuitPython_Slider"]
py-modules = ["slider"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}