clean up sdist
This commit is contained in:
parent
15b23c37c1
commit
22696f3ec7
@ -29,6 +29,13 @@ build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/rmbg_as_a_service"]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
include = [
|
||||
"src/rmbg_as_a_service",
|
||||
"README.md",
|
||||
"pyproject.toml",
|
||||
]
|
||||
|
||||
# BiRefNet (torch) needs CUDA wheels; pull torch/torchvision from the PyTorch index.
|
||||
[[tool.uv.index]]
|
||||
name = "pytorch-cu126"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user