specify to package the protobuf snapshot

the REUSE stuff made simple discovery not work, so setuptools had to be
corrected, this has probably been wrong since then
This commit is contained in:
Brian S. Stephan 2024-04-13 23:29:05 -05:00
parent 0a214cff42
commit 90a5f879df
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,10 @@ ignore_errors = true
python_files = ["*_tests.py", "tests.py", "test_*.py"]
[tool.setuptools]
packages = ["gp2040ce_bintools"]
packages = [
"gp2040ce_bintools",
"gp2040ce_bintools.proto_snapshot",
]
[tool.setuptools_scm]
write_to = "gp2040ce_bintools/_version.py"