Skip to content

Commit

Permalink
Merge pull request #663 from StrikerRUS/pypi_v4
Browse files Browse the repository at this point in the history
converted README to reStructuredText and version as plain text file
  • Loading branch information
thinkingserious authored Oct 23, 2018
2 parents 63b8134 + 0dd1c3a commit edd02e4
Show file tree
Hide file tree
Showing 13 changed files with 347 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ htmlcov
temp*.py
sendgrid.env
.vscode

sendgrid/VERSION.txt
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ install:
- pip install pyyaml
- pip install flask
- pip install six
- pip install pypandoc
- pip install coverage
- pip install codecov
# - sudo apt-get install -y pandoc
Expand All @@ -38,8 +37,6 @@ script:
after_script:
- codecov
- ./cc-test-reporter after-build --exit-code $?
before_deploy:
- python ./register.py
deploy:
provider: pypi
user: thinkingserious
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
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 *
221 changes: 0 additions & 221 deletions README.md

This file was deleted.

Loading

0 comments on commit edd02e4

Please sign in to comment.