Skip to content

Commit 5fc2fa4

Browse files
committed
converted README and version as plain text
1 parent 33a3576 commit 5fc2fa4

13 files changed

Lines changed: 348 additions & 266 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ htmlcov
2222
temp*.py
2323
sendgrid.env
2424
.vscode
25-
25+
sendgrid/VERSION.txt

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ install:
1414
- pip install pyyaml
1515
- pip install flask
1616
- pip install six
17-
- pip install pypandoc
1817
- pip install coverage
1918
- pip install codecov
2019
# - sudo apt-get install -y pandoc
@@ -32,8 +31,6 @@ script:
3231
after_script:
3332
- codecov
3433
- ./cc-test-reporter after-build --exit-code $?
35-
before_deploy:
36-
- python ./register.py
3734
deploy:
3835
provider: pypi
3936
user: thinkingserious

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include README.rst
22
include LICENSE.txt
3+
include VERSION.txt
34
include app.json
45
include Procfile
56
include requirements.txt
7+
recursive-include sendgrid *.py *.txt
68
recursive-exclude test *

README.md

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)