Skip to content

Commit

Permalink
fix: Remove tests from .whl file (bdist_wheel) (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuss authored and sriram-mv committed Feb 28, 2019
1 parent e8f1c44 commit ec3097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def read_version():
author_email='[email protected]',
url='https://github.com/awslabs/aws-sam-cli',
license='Apache License 2.0',
packages=find_packages(exclude=('tests', 'docs')),
packages=find_packages(exclude=['tests.*', 'tests']),
keywords="AWS SAM CLI",
# Support Python 2.7 and 3.6 or greater
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
Expand Down

0 comments on commit ec3097a

Please sign in to comment.