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"