From 435d5f14b0347d46d182206ff1cc8295947df908 Mon Sep 17 00:00:00 2001 From: Jeff Epler <jepler@gmail.com> Date: Thu, 30 Nov 2023 09:32:23 -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 9f03504..120a9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]}