From 47304d9ae76321f0f5f649ff4f73e09b17085933 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 20 Aug 2024 08:29:28 +0200 Subject: [PATCH] Add tests and requirements.txt to sdist (#2438) --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2242d424a..785c00eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,11 @@ Source = "https://github.com/encode/uvicorn" path = "uvicorn/__init__.py" [tool.hatch.build.targets.sdist] -include = ["/uvicorn"] +include = [ + "/uvicorn", + "/tests", + "/requirements.txt", +] [tool.ruff] line-length = 120