exclude tests
This commit is contained in:
@@ -31,6 +31,13 @@ dev = [
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
exclude = [
|
||||
"*",
|
||||
"!src/**",
|
||||
"!pyproject.toml"
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
asyncio_mode = "strict"
|
||||
|
||||
Reference in New Issue
Block a user