We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7ca74 commit 79f7cc0Copy full SHA for 79f7cc0
setup.py
@@ -83,7 +83,7 @@ def run_tests(self):
83
84
keywords='api graphql protocol rest relay graphene',
85
86
- packages=find_packages(exclude=['tests', 'tests.*']),
+ packages=find_packages(exclude=['tests', 'tests.*', 'examples']),
87
88
install_requires=[
89
'six>=1.10.0,<2',
0 commit comments