From 0d0343874d3921139012be7281d24f51f08d502f Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 12 May 2016 00:12:00 -0700 Subject: [PATCH] Exclude tests directories in graphene package --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..a24c614f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +global-exclude tests/* +recursive-exclude tests * +recursive-exclude tests_py35 * +recursive-exclude examples *