From ba620c87caafd6716e6427174be53d81b73e3163 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 12 Apr 2024 09:54:40 -0500 Subject: [PATCH] fix pyproject.toml package find the proper way Signed-off-by: Brian S. Stephan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b3ac58..b73125f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ ignore_errors = true python_files = ["*_tests.py", "tests.py", "test_*.py"] [tool.setuptools] -py-modules = ["__init__"] +packages = ["gp2040ce_bintools"] [tool.setuptools_scm] write_to = "gp2040ce_bintools/_version.py"