Skip to content

Commit

Permalink
Release and deploy to PyPI, add manifest file
Browse files Browse the repository at this point in the history
- also, fix web api in readme.
  • Loading branch information
abhiabhi94 committed Sep 27, 2020
1 parent e72745b commit c5baa83
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: bionic
os: linux
language: python
cache: pip

python:
- 3.6
- 3.7
Expand All @@ -16,6 +15,13 @@ env:

install: pip install tox-travis coveralls
script:
- tox
- tox
after_success: coveralls

deploy:
provider: pypi
username: "__token__"
password:
secure: u9OkdMaFzq/IE+ioARENz57DGYAOAQer4qpvdfAnL4KNR91Dw6E61V8m/BX3R6rnKldMoXMpzSXWQLmEqcnU5x00uO2P2f///gSbCp79KZzXhc7SmTYMiDfgeQ8t4GPx3YK6gPluG4Js46DDBhlTW6wDht0vg9I5KfzrcbGLQ5PHGT+S5YXBDRd32YxTbFDHo0/rgJbslWbPTCTuRlOLhXh0TYnoS3IYguDzEMB2Vnq4eW0I1npQlrZtzVCYh9kgRCmaalEgZ9P7X013U649OUXisb5V3pRdEa9+jfGNK14tLEuiIZjqr4lLKmoCq/wlT5sPFG1M29B0JmP22fAO7cQSxJq2Kl+P3o3QHEZ+PJqN9bgi+Yn+HDabyWel731gCA2UPaeS2qoppSJrxfAOIwgtPoQs7XP2+ml803A4F3P9EF6odery4GFR57kll5aJGlGC9dxHKGY0NO77vtPKZQscW90DiFXRmNEtFCvkarOJLvVCiNHiJww3TxkzBS+eRTkTTN0rRRT6nNMlfSlSTVX83ggDboCFHMMarOzeOQRq1V6n1RheME6P+u31bNSq0Swh+I95MvvFJdmu4dlSCc/pAQ5pOZ9HZmLc0cwkNaaQ8m1ZkhqhFDySvlXhTKslANnxCaXuRRTAWso+1tfSpY9LmYHW00kgRX647C1yYhA=
on:
tags: true
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
recursive-include flag *.py
recursive-include flag/static *
recursive-include flag/templates *
recursive-include docs *
include LICENSE
include README.rst
include VERSION
include tox.ini manage.py
recursive-include tests *.py
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Use template tag

If you want to use web API, this step is not required. See further instructions at `Web API`_.

:: _Web API: ./docs/webAPI.rst
.. _Web API: ./docs/webAPI.rst

``render_flag_form`` tag requires 2 required positional arguments:

Expand Down

0 comments on commit c5baa83

Please sign in to comment.