From 90a5f879df017d0ce8051610dcecd5a25807f7a6 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 13 Apr 2024 23:29:05 -0500 Subject: [PATCH] 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 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bde4e2..abb0a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"