From c3303d5c8348c4d34f82c468a17da8a1039b95fd Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sun, 7 Oct 2018 05:42:57 -0400 Subject: [PATCH] Fix manifest Signed-off-by: Dan Ryan --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e5cc05f2..a8d08c6c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,7 @@ recursive-include pipenv *.md *.APACHE *.BSD recursive-include pipenv Makefile recursive-include pipenv/vendor vendor.txt recursive-include pipenv README +recursive-include pipenv *.json include pipenv/patched/notpip/_vendor/vendor.txt include pipenv/patched/safety.zip pipenv/patched/patched.txt include pipenv/vendor/pipreqs/stdlib pipenv/vendor/pipreqs/mapping @@ -23,7 +24,8 @@ recursive-include docs Makefile *.rst *.py *.bat recursive-include docs/_templates *.html recursive-include docs/_static *.js *.css *.png recursive-exclude docs requirements*.txt - +recursive-exclude pipenv *.pyi +recursive-exclude pipenv *.typed prune peeps prune .buildkite