From 577cd07641543c4eb259ad8e2d72cdee222dadfc Mon Sep 17 00:00:00 2001 From: James Boehmer Date: Tue, 11 Apr 2017 10:30:45 -0400 Subject: [PATCH] Added recursive-include to MANIFEST because submodules were excluded from dist tarball --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2bb6bb1..6199a06 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,4 @@ recursive-exclude * __pycache__ recursive-exclude * *.py[co] recursive-include docs *.rst conf.py Makefile make.bat +recursive-include graphene_custom_directives *