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 ced6378 commit 9a9eba3Copy full SHA for 9a9eba3
pyproject.toml
@@ -61,6 +61,9 @@ zip-safe = false
61
packages = ["cpp_linter_hooks"]
62
include-package-data = true
63
64
+[tool.setuptools.package-data]
65
+cpp_linter_hooks = ["../pyproject.toml"]
66
+
67
[tool.setuptools_scm]
68
# It would be nice to include the commit hash in the version, but that
69
# can't be done in a PEP 440-compatible way.
0 commit comments