exclude tests
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user