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