From c06830d2b7d0dc4060f1cac6e53f49cc887b6e71 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 27 Oct 2024 03:47:51 -0400 Subject: [PATCH] fix: add missing files to SDist (#171) Co-authored-by: Marcelo Trylesinski --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29206de..ea348fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ Source = "https://github.com/Kludex/python-multipart" path = "python_multipart/__init__.py" [tool.hatch.build.targets.sdist] -include = ["/python_multipart", "/tests", "CHANGELOG.md", "LICENSE.txt", "_python_multipart.pth", "_python_multipart_loader.py"] +include = ["/python_multipart", "/multipart", "/tests", "CHANGELOG.md", "LICENSE.txt"] [tool.hatch.build.targets.wheel] packages = ["python_multipart", "multipart"]