Merge pull request #676 from jkimbo/exclude-examples-module

Exclude examples module in setup.py
This commit is contained in:
Syrus Akbary 2018-02-19 19:10:08 -08:00 committed by GitHub
commit c5ce04f31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',