From e2b4a2749baf39ceb8c58015bc228fdcd2fb7096 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 15 Oct 2018 22:41:08 +0200 Subject: [PATCH] Update MANIFEST.in to include .github and exclude .doctrees --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index b2b7f37c..5eb0eaa3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,8 +8,11 @@ include LICENSE include MANIFEST.in include tox.ini +recursive-include .github * + recursive-include docs * prune docs/_build +prune docs/.doctrees recursive-include extra *