Skip to content

Commit ced6378

Browse files
committed
fix(pyproject.toml): add include-package-data to true
1 parent 8d893fa commit ced6378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dev = [
5959
[tool.setuptools]
6060
zip-safe = false
6161
packages = ["cpp_linter_hooks"]
62+
include-package-data = true
6263

6364
[tool.setuptools_scm]
6465
# It would be nice to include the commit hash in the version, but that

0 commit comments

Comments
 (0)