clean up sdist

This commit is contained in:
Michael Pilosov 2026-05-16 18:45:29 -06:00
parent 15b23c37c1
commit 22696f3ec7

View File

@ -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"