Skip to content

Commit 9a9eba3

Browse files
committed
fix: include pyproject.toml
1 parent ced6378 commit 9a9eba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ zip-safe = false
6161
packages = ["cpp_linter_hooks"]
6262
include-package-data = true
6363

64+
[tool.setuptools.package-data]
65+
cpp_linter_hooks = ["../pyproject.toml"]
66+
6467
[tool.setuptools_scm]
6568
# It would be nice to include the commit hash in the version, but that
6669
# can't be done in a PEP 440-compatible way.

0 commit comments

Comments
 (0)