Skip to content

Commit c5ce04f

Browse files
authored
Merge pull request #676 from jkimbo/exclude-examples-module
Exclude examples module in setup.py
2 parents 8c7ca74 + 79f7cc0 commit c5ce04f

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
@@ -83,7 +83,7 @@ def run_tests(self):
8383

8484
keywords='api graphql protocol rest relay graphene',
8585

86-
packages=find_packages(exclude=['tests', 'tests.*']),
86+
packages=find_packages(exclude=['tests', 'tests.*', 'examples']),
8787

8888
install_requires=[
8989
'six>=1.10.0,<2',

0 commit comments

Comments
 (0)