From c68a56d04f66314abb92aa5e86fbb6841b6578f7 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 30 Nov 2023 08:58:09 -0600 Subject: [PATCH 1/2] 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"]} From 780d766186c65ddd5a2230bfc563b929b569adda Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 16 Oct 2023 14:30:31 -0500 Subject: [PATCH 2/2] unpin sphinx and add sphinx-rtd-theme to docs reqs Signed-off-by: foamyguy --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 797aa04..979f568 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,6 @@ # # SPDX-License-Identifier: Unlicense -sphinx>=4.0.0 +sphinx sphinxcontrib-jquery +sphinx-rtd-theme