From 80a57bc5ff605e88e9c3d461f264dd81bfa3e8b9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 26 Jun 2020 08:56:11 +0200 Subject: manifest: Prune .mypy_cache (cherry picked from commit cb15192cd65fa9d4479f96ccc85428dc438255a1) --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index e163bde9f..ed4b5e5b1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -43,5 +43,6 @@ exclude tests/unit/scripts/test_run_vulture.py exclude tests/unit/scripts/test_check_coverage.py prune doc/extapi prune misc/nsis +prune **/.mypy_cache global-exclude __pycache__ *.pyc *.pyo -- cgit v1.2.3-54-g00ecf