Skip to content

Commit

Permalink
NIFI-13448 Excluded GitHub and Check Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Jun 26, 2024
1 parent 2687b7c commit 1f84291
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ python = ["3.11", "3.12"]
[tool.hatch.build.targets.wheel]
packages = ["src/extensions"]

[tool.hatch.build.targets.sdist]
exclude = [
".asf.yaml",
".github",
".ratignore",
"check-licenses.sh",
]

[tool.ruff]
preview = true
lint.pep8-naming.extend-ignore-names = [
Expand Down

0 comments on commit 1f84291

Please sign in to comment.