From c68a56d04f66314abb92aa5e86fbb6841b6578f7 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 30 Nov 2023 08:58:09 -0600 Subject: [PATCH] Correct pyproject metadata the file is named "colorsys.py", so this needs to match. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a122af..0b8f564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ dynamic = ["dependencies", "optional-dependencies"] [tool.setuptools] -py-modules = ["adafruit_colorsys"] +py-modules = ["colorsys"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]}