Don't exclude tests from distribution

This commit is contained in:
Jonathan Kim 2020-04-26 11:44:16 +01:00 committed by GitHub
parent 133a831ab9
commit 12ec8dc007
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", "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=["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",