Update excluded packages list to properly exclude examples pack… (#1187)

* examples package will not be installed with graphene
This commit is contained in:
Radosław Kowalski 2020-04-17 14:27:22 +02:00 committed by GitHub
parent 7a1e9d7798
commit 133a831ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ setup(
"Programming Language :: Python :: 3.8",
],
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
packages=find_packages(exclude=["tests", "tests.*", "examples*"]),
install_requires=[
"graphql-core>=3.1.0b1,<4",
"graphql-relay>=3.0,<4",