From f24dd4938fb55918ed052cec2d99befce8d49ded Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 30 Nov 2023 09:29:49 -0600 Subject: [PATCH] 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85b13de..a452c95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dynamic = ["dependencies", "optional-dependencies"] [tool.setuptools] -py-modules = ["CircuitPython_Color_Picker"] +packages = ["color_picker"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]}