diff --git a/setup.py b/setup.py index 41f11e58..e345017f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def getRequires(): author='Elmer Thomas, Yamil Asusta', author_email='help@twilio.com', url='https://github.com/sendgrid/sendgrid-python/', - packages=find_packages(exclude=["temp*.py", "test"]), + packages=find_packages(exclude=["test", "test.*"]), include_package_data=True, license='MIT', description='Twilio SendGrid library for Python',