From fc17a8b2555783d7024ade090b76142da74b57f0 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 30 Nov 2023 09:34:40 -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 3cfc2f3..c37b3ef 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_temperaturetools"] +packages = ["cedargrove_temperaturetools"] [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]}