Exclude tests directories in graphene package

This commit is contained in:
Syrus Akbary 2016-05-12 00:12:00 -07:00
parent 4eb70bca00
commit 0d0343874d

4
MANIFEST.in Normal file
View File

@ -0,0 +1,4 @@
global-exclude tests/*
recursive-exclude tests *
recursive-exclude tests_py35 *
recursive-exclude examples *