From e1297b7372825621460ef22c6ab8da41b18d650c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20Sait=20Akar=C3=A7e=C5=9Fme?= <72226290+saitakarcesme@users.noreply.github.com> Date: Tue, 22 Sep 2026 01:06:45 +0200 Subject: [PATCH] Include test suite and tox configuration in source distributions --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index c51c658e..7e9dd85c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include *.py include LICENSE -graft tests +include tox.ini +graft test global-exclude __pycache__ global-exclude *.py[co]