From: Marcel Telka Date: Tue, 14 Nov 2023 08:17:27 +0000 (+0100) Subject: Add tests and requirements.txt to sdist (#2927) X-Git-Tag: 0.25.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497b315fc7a0ca6a54c8ec6c929568abaf6efab1;p=thirdparty%2Fhttpx.git 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 --- 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]