Skip to content

Commit

Permalink
Merge 34eedc1 into 1fa7817
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Sep 15, 2018
2 parents 1fa7817 + 34eedc1 commit 55c5a5b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ def grep(attrname):
description='Extract swagger specs from your flask project',
long_description=desc(),
long_description_content_type="text/markdown",
packages=find_packages(),
packages=find_packages(
exclude=[
'tests', 'tests.*',
'examples', 'examples.*',
'demo_app', 'demo_app.*',
'etc', 'etc.*'
]
),
include_package_data=True,
zip_safe=False,
platforms='any',
Expand Down

0 comments on commit 55c5a5b

Please sign in to comment.