Skip to content

Commit 90a5f87

Browse files
committed
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
1 parent 0a214cf commit 90a5f87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ ignore_errors = true
7575
python_files = ["*_tests.py", "tests.py", "test_*.py"]
7676

7777
[tool.setuptools]
78-
packages = ["gp2040ce_bintools"]
78+
packages = [
79+
"gp2040ce_bintools",
80+
"gp2040ce_bintools.proto_snapshot",
81+
]
7982

8083
[tool.setuptools_scm]
8184
write_to = "gp2040ce_bintools/_version.py"

0 commit comments

Comments
 (0)