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 7a1e9d7 commit 133a831Copy full SHA for 133a831
setup.py
@@ -80,7 +80,7 @@ def run_tests(self):
80
"Programming Language :: Python :: 3.8",
81
],
82
keywords="api graphql protocol rest relay graphene",
83
- packages=find_packages(exclude=["tests", "tests.*", "examples"]),
+ packages=find_packages(exclude=["tests", "tests.*", "examples*"]),
84
install_requires=[
85
"graphql-core>=3.1.0b1,<4",
86
"graphql-relay>=3.0,<4",
0 commit comments