diff --git a/README.rst b/README.rst index 5a8663a..3ffa873 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,21 @@ taxonomy-matcher ================= +CI Status +----------- + +.. image:: https://travis-ci.org/tilaboy/taxonomy-matcher.svg?branch=master + :target: https://travis-ci.org/tilaboy/taxonomy-matcher + +.. image:: https://pyup.io/repos/github/tilaboy/taxonomy-matcher/shield.svg + :target: https://pyup.io/repos/github/tilaboy/taxonomy-matcher/ + :alt: Updates + +.. image:: https://readthedocs.org/projects/gazetteer-matcher/badge/?version=latest + :target: https://gazetteer-matcher.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + + Description ----------- @@ -19,26 +34,13 @@ For each match, it will return the information of, - and other code related information -CI Status ------------ - -.. image:: https://travis-ci.org/tilaboy/taxonomy-matcher.svg?branch=master - :target: https://travis-ci.org/tilaboy/taxonomy-matcher - -.. image:: https://pyup.io/repos/github/tilaboy/taxonomy-matcher/shield.svg - :target: https://pyup.io/repos/github/tilaboy/taxonomy-matcher/ - :alt: Updates - -.. image:: https://readthedocs.org/projects/gazetteer-matcher/badge/?version=latest - :target: https://gazetteer-matcher.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status - Requirements ------------ Python 3.6+ + Usage ----- diff --git a/requirements_dev.txt b/requirements_dev.txt index c95b643..63f42b1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==19.1.1 bumpversion==0.5.3 -wheel==0.33.4 +wheel==0.33.6 watchdog==0.9.0 flake8==3.7.8 tox==3.13.2