Skip to content

Commit

Permalink
opt-in paths for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Sep 17, 2024
1 parent 7fdc9f5 commit 0eda71e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ dev-dependencies = [
]
package = true

[tool.hatch.build.targets.sdist]
# opt-in to build
include = [
"splinkclickhouse/*",
"LICENSE",
"README.md",
"CHANGELOG.md",
"pyproject.toml"
]

[tool.ruff]
line-length = 88
lint.select = [
Expand Down

0 comments on commit 0eda71e

Please sign in to comment.