We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eafe18 commit ccb8369Copy full SHA for ccb8369
setup.py
@@ -31,7 +31,7 @@ def getRequires():
31
author='Elmer Thomas, Yamil Asusta',
32
author_email='help@twilio.com',
33
url='https://github.com/sendgrid/sendgrid-python/',
34
- packages=find_packages(exclude=["temp*.py", "test"]),
+ packages=find_packages(exclude=["test", "test.*"]),
35
include_package_data=True,
36
license='MIT',
37
description='Twilio SendGrid library for Python',
0 commit comments