fix pyproject.toml package find the proper way

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-04-12 09:54:40 -05:00
parent fc493c131f
commit ba620c87ca
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 1 deletions

View File

@ -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"