sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
126 stars 101 forks source link

fix: Exclude tests directory from package data #132

Closed bwind closed 4 years ago

bwind commented 5 years ago

Fixes #131

Short description of what this PR does:

setup.py includes all packages (containing an init.py) using find_packages(). This is a problem because it will include the tests directory as a top level importable module in the local app, breaking our own tests that happen to live in a directory with the same name.

SendGridDX commented 5 years ago

CLA assistant check
All committers have signed the CLA.