fix: exclude .venv and .cache from source distribution
This commit is contained in:
@@ -53,6 +53,17 @@ build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["fastapi_traffic"]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
exclude = [
|
||||
".venv",
|
||||
".cache",
|
||||
".pytest_cache",
|
||||
".ruff_cache",
|
||||
".qodo",
|
||||
".vscode",
|
||||
"*.db",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
line-length = 88
|
||||
|
||||
Reference in New Issue
Block a user