From d6d1b3e3bbeea18d8019e6b8d866a1b19d2971ea Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Sun, 12 Sep 2021 22:58:32 +0400 Subject: [PATCH] Add missing tests folder to MAINIFEST.in Removed obsolete exclude as there is already a global exclude with those extensions. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 44e3d86c..9102318a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include AUTHORS include LICENSE include README.rst recursive-include example * -recursive-exclude example *.pyc *.pyo +recursive-include tests * global-exclude __pycache__ global-exclude *.py[co]