We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a214cf commit 90a5f87Copy full SHA for 90a5f87
pyproject.toml
@@ -75,7 +75,10 @@ ignore_errors = true
75
python_files = ["*_tests.py", "tests.py", "test_*.py"]
76
77
[tool.setuptools]
78
-packages = ["gp2040ce_bintools"]
+packages = [
79
+ "gp2040ce_bintools",
80
+ "gp2040ce_bintools.proto_snapshot",
81
+]
82
83
[tool.setuptools_scm]
84
write_to = "gp2040ce_bintools/_version.py"
0 commit comments