-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not require inbound parser to be installed
- Loading branch information
1 parent
3c8db45
commit b07bbfa
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.0 | ||
6.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ def getRequires(): | |
author='Elmer Thomas, Yamil Asusta', | ||
author_email='[email protected]', | ||
url='https://github.com/sendgrid/sendgrid-python/', | ||
packages=find_packages(exclude=["temp*.py", "test", "inbound"]), | ||
packages=find_packages(exclude=["temp*.py", "test"]), | ||
include_package_data=True, | ||
license='MIT', | ||
description='SendGrid library for Python', | ||
|