From fef8c71cb708b5b94047e69baeca3264d695ac66 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 18 May 2018 13:24:15 -0400 Subject: [PATCH] Include stub files (*.pyi) (#222) Fixes: https://github.com/ambv/black/issues/221 Signed-off-by: Christian Heimes --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3d95555..0c750ec 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include *.rst *.md LICENSE recursive-include blib2to3 *.txt *.py -recursive-include tests *.txt *.out *.diff *.py +recursive-include tests *.txt *.out *.diff *.py *.pyi -- 2.39.2