Skip to content

Commit

Permalink
specify to package the protobuf snapshot
Browse files Browse the repository at this point in the history
the REUSE stuff made simple discovery not work, so setuptools had to be
corrected, this has probably been wrong since then
  • Loading branch information
bsstephan committed Apr 14, 2024
1 parent 0a214cf commit 90a5f87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 90a5f87

Please sign in to comment.