]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add tests and requirements.txt to sdist (#2927)
authorMarcel Telka <marcel@telka.sk>
Tue, 14 Nov 2023 08:17:27 +0000 (09:17 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 08:17:27 +0000 (12:17 +0400)
* Add tests and requirements.txt to sdist

* Update pyproject.toml

Co-authored-by: Tom Christie <tom@tomchristie.com>
---------

Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
pyproject.toml

index d2f23b648c1f0ad81394bfe295d31c89131bf8f4..326a880cfcac26831ac7a9377f2231160d4e52b0 100644 (file)
@@ -70,6 +70,7 @@ include = [
     "/httpx",
     "/CHANGELOG.md",
     "/README.md",
+    "/tests",
 ]
 
 [tool.hatch.metadata.hooks.fancy-pypi-readme]