Skip to content

Commit 953d604

Browse files
committed
Use include list instead of exclude list
1 parent 73b2d2c commit 953d604

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ dev = [
3030
requires = ["hatchling"]
3131
build-backend = "hatchling.build"
3232

33+
[tool.hatch.build.targets.sdist]
34+
include = ["l9format/", "LICENSE", "README.md", "pyproject.toml"]
35+
36+
[tool.hatch.build.targets.wheel]
37+
include = ["l9format/"]
38+
3339
[tool.ruff]
3440
line-length = 80
3541

0 commit comments

Comments
 (0)