From 37fb564bb1a76c715e3fac7ac373ae65e7987d0d Mon Sep 17 00:00:00 2001 From: Davide Brunato Date: Thu, 12 Sep 2024 08:53:30 +0200 Subject: [PATCH] Add "recursive-exclude tests/.mypy_cache *" to MANIFEST.in --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8a4fbd30..c22c06ca 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,8 +11,9 @@ include mypy.ini include doc/* recursive-include xmlschema * -recursive-include tests * recursive-include scripts * +recursive-include tests * +recursive-exclude tests/.mypy_cache * exclude xmlschema/locale/xmlschema.pot global-exclude *.py[cod]