From 9924da64618286394840e883a8126df5ccd871e1 Mon Sep 17 00:00:00 2001 From: Todd Date: Fri, 22 Nov 2019 11:34:30 -0500 Subject: [PATCH] Fix missing tests files in sdists This approach will include all files no matter what the extension. --- MANIFEST.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 08f639d..fcb4d83 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,5 @@ include LICENSE.txt -recursive-include tests *.py *.png \ No newline at end of file + +include mypy.ini +include pytest.ini +graft tests