mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Update excluded packages list to properly exclude examples pack… (#1187)
* examples package will not be installed with graphene
This commit is contained in:
parent
7a1e9d7798
commit
133a831ab9
2
setup.py
2
setup.py
|
@ -80,7 +80,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
],
|
],
|
||||||
keywords="api graphql protocol rest relay graphene",
|
keywords="api graphql protocol rest relay graphene",
|
||||||
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
|
packages=find_packages(exclude=["tests", "tests.*", "examples*"]),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"graphql-core>=3.1.0b1,<4",
|
"graphql-core>=3.1.0b1,<4",
|
||||||
"graphql-relay>=3.0,<4",
|
"graphql-relay>=3.0,<4",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user