Exclude examples module in setup.py

Fixes #608
This commit is contained in:
Jonathan Kim 2018-02-18 17:21:19 +00:00
parent 8c7ca74c6f
commit 79f7cc08e3

View File

@ -83,7 +83,7 @@ setup(
keywords='api graphql protocol rest relay graphene',
packages=find_packages(exclude=['tests', 'tests.*']),
packages=find_packages(exclude=['tests', 'tests.*', 'examples']),
install_requires=[
'six>=1.10.0,<2',