Skip to content

Commit edd02e4

Browse files
Merge pull request #663 from StrikerRUS/pypi_v4
converted README to reStructuredText and version as plain text file
2 parents 63b8134 + 0dd1c3a commit edd02e4

13 files changed

+347
-266
lines changed

.gitignore

+1-1
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

-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ install:
2020
- pip install pyyaml
2121
- pip install flask
2222
- pip install six
23-
- pip install pypandoc
2423
- pip install coverage
2524
- pip install codecov
2625
# - sudo apt-get install -y pandoc
@@ -38,8 +37,6 @@ script:
3837
after_script:
3938
- codecov
4039
- ./cc-test-reporter after-build --exit-code $?
41-
before_deploy:
42-
- python ./register.py
4340
deploy:
4441
provider: pypi
4542
user: thinkingserious

MANIFEST.in

+2
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

-221
This file was deleted.

0 commit comments

Comments
 (0)