-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #663 from StrikerRUS/pypi_v4
converted README to reStructuredText and version as plain text file
- Loading branch information
Showing
13 changed files
with
347 additions
and
266 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 |
---|---|---|
|
@@ -22,4 +22,4 @@ htmlcov | |
temp*.py | ||
sendgrid.env | ||
.vscode | ||
|
||
sendgrid/VERSION.txt |
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
include README.rst | ||
include LICENSE.txt | ||
include VERSION.txt | ||
include app.json | ||
include Procfile | ||
include requirements.txt | ||
recursive-include sendgrid *.py *.txt | ||
recursive-exclude test * |
Oops, something went wrong.