From b707f42d208dbba5058f8760abc6ac6ffd18242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Sep 2019 16:28:41 +0200 Subject: [PATCH] Include tests in the sdist tarball on pypi This is used by distributors to validate the sanity of their python stack. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index bc0660b..3ca5dcc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,5 +7,6 @@ include setup.cfg include requirements-dev.txt include tox.ini include doc/* +recursive-include tests *.py global-exclude *.py[cod]