From 497b315fc7a0ca6a54c8ec6c929568abaf6efab1 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 14 Nov 2023 09:17:27 +0100 Subject: [PATCH] Add tests and requirements.txt to sdist (#2927) * Add tests and requirements.txt to sdist * Update pyproject.toml Co-authored-by: Tom Christie --------- Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> Co-authored-by: Tom Christie --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d2f23b64..326a880c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ include = [ "/httpx", "/CHANGELOG.md", "/README.md", + "/tests", ] [tool.hatch.metadata.hooks.fancy-pypi-readme]