From a8d596696dad7e0e69902769f8ead41a6912d831 Mon Sep 17 00:00:00 2001 From: Mirochill <200482516+Mirochill@users.noreply.github.com> Date: Mon, 25 May 2026 20:04:33 +0200 Subject: [PATCH] Include tox.ini in source distribution --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 80361cea..e75ddbc9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.md LICENSE.ISC LICENSE.MIT AUTHORS test_httpbin.py +include README.md LICENSE.ISC LICENSE.MIT AUTHORS test_httpbin.py tox.ini recursive-include httpbin/templates * recursive-include httpbin/static *