From a385288dcf58d42ed3396d578f7bd435eb619558 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 30 Nov 2023 09:28:39 -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 fd23cc0..30e3c90 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ dynamic = ["dependencies", "optional-dependencies"] [tool.setuptools] -py-modules = ["circuitpython_Candlesticks"] +py-modules = ["candlesticks"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]}