From 17d00319df851557ded1491b22812638d97b761c Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Mon, 14 Sep 2020 11:33:52 +0200 Subject: [PATCH] Include tests and docs in source distributions This is very helpful for distributions which rely on PyPI tarballs to run tests and build docs. --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 589c595..79a4109 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,6 @@ prune common include LICENSE +graft tests +graft docs +global-exclude __pycache__ +global-exclude *.py[cod]