From 22696f3ec7cae05f7a6e4c16c0a5daea90d8406b Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sat, 16 May 2026 18:45:29 -0600 Subject: [PATCH] clean up sdist --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 746c398..4ce9b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"