Skip to content

Commit c83f10e

Browse files
author
SendGrid's DX Team
authored
Merge pull request sendgrid#300 from irushchyshyn/patch-1
Exclude test package
2 parents 629377e + 739d6df commit c83f10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def getRequires():
2525
author='Elmer Thomas, Yamil Asusta',
2626
author_email='dx@sendgrid.com',
2727
url='https://github.com/sendgrid/sendgrid-python/',
28-
packages=find_packages(exclude=["temp*.py", "register.py"]),
28+
packages=find_packages(exclude=["temp*.py", "register.py", "test"]),
2929
include_package_data=True,
3030
license='MIT',
3131
description='SendGrid library for Python',

0 commit comments

Comments
 (0)