Skip to content

Commit 3116759

Browse files
committed
fix: do not publish test files
1 parent dde7a12 commit 3116759

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ build-backend = "hatchling.build"
4949
include = [
5050
"/src",
5151
]
52+
exclude = [
53+
"*_test.py",
54+
]
5255

5356
[tool.mypy]
5457
plugins = "pydantic.mypy"

0 commit comments

Comments
 (0)