From d3bdab438db6f5d3d38944b2aead8397e3d99961 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Thu, 6 Sep 2018 17:36:25 +0200 Subject: [PATCH] Exclude built documentation from source --- MANIFEST.in | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index ed1bac96..4ee160c8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,13 +1,14 @@ include LICENSE include README.md include Makefile +include MANIFEST.in include Pipfile +include pytest.ini include tox.ini -recursive-include graphql * -recursive-include tests * -recursive-exclude * __pycache__ -recursive-exclude * .mypy_cache -recursive-exclude * *.py[co] - +graft graphql +graft tests recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif +prune docs/_build + +global-exclude *.py[co] __pycache__