We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 629377e + 739d6df commit c83f10eCopy full SHA for c83f10e
1 file changed
setup.py
@@ -25,7 +25,7 @@ def getRequires():
25
author='Elmer Thomas, Yamil Asusta',
26
author_email='dx@sendgrid.com',
27
url='https://github.com/sendgrid/sendgrid-python/',
28
- packages=find_packages(exclude=["temp*.py", "register.py"]),
+ packages=find_packages(exclude=["temp*.py", "register.py", "test"]),
29
include_package_data=True,
30
license='MIT',
31
description='SendGrid library for Python',
0 commit comments