8000
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 9515dce commit 6b970f6Copy full SHA for 6b970f6
setup.py
@@ -24,7 +24,7 @@ def getRequires():
24
author='Elmer Thomas, Yamil Asusta',
25
author_email='help@twilio.com',
26
url='https://github.com/sendgrid/sendgrid-python/',
27
- packages=find_packages(exclude=["temp*.py", "test"]),
+ packages=find_packages(exclude=["test", "test.*"]),
28
include_package_data=True,
29
license='MIT',
30
description='Twilio SendGrid library for Python',
0 commit comments