From 8e02e8309a011a7592d6b88c9a9560667964ffab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 14 Jan 2019 14:52:21 +0100 Subject: [PATCH] Include all test files in PyPI tarball --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9e5ecec..3d9dcbe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include *.md recursive-include docs *.md *.py Makefile -recursive-include tests *.py +graft tests