Skip to content

Commit 133a831

Browse files
authored
Update excluded packages list to properly exclude examples pack… (#1187)
* examples package will not be installed with graphene
1 parent 7a1e9d7 commit 133a831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run_tests(self):
8080
"Programming Language :: Python :: 3.8",
8181
],
8282
keywords="api graphql protocol rest relay graphene",
83-
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
83+
packages=find_packages(exclude=["tests", "tests.*", "examples*"]),
8484
install_requires=[
8585
"graphql-core>=3.1.0b1,<4",
8686
"graphql-relay>=3.0,<4",

0 commit comments

Comments
 (0)