We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4ac47 commit c300ff6Copy full SHA for c300ff6
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