exclude tests

This commit is contained in:
2025-02-14 12:08:56 +00:00
parent 681e0b94b6
commit a2284fadc0

View File

@@ -31,6 +31,13 @@ dev = [
requires = ["hatchling"] requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[tool.hatch.build.targets.sdist]
exclude = [
"*",
"!src/**",
"!pyproject.toml"
]
[tool.pytest.ini_options] [tool.pytest.ini_options]
pythonpath = ["src"] pythonpath = ["src"]
asyncio_mode = "strict" asyncio_mode = "strict"