Skip to content

Commit

Permalink
Exclude .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 8, 2024
1 parent 0518453 commit f6a62f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["ucxx"]
wheel.exclude = ["*.pyx", "*.pxd", "CMakeLists.txt", "CPPLINT.cfg"]
wheel.exclude = ["*.pyx", "*.pxd", "CMakeLists.txt", "CPPLINT.cfg", ".clang-format"]

[tool.scikit-build.metadata.version]
provider = "scikit_build_core.metadata.regex"
Expand Down

0 comments on commit f6a62f5

Please sign in to comment.