Skip to content

Commit

Permalink
Add badges for Python versions and downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 17, 2019
1 parent 4ed011c commit 336f2aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ report:
nosetests --with-cov --cov-config tests/coveragerc --cov-report term-missing

release:
python setup.py sdist register upload
python setup.py sdist
twine upload dist/*

documentation:
cd docs; make html
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.. image:: https://raw.githubusercontent.com/jgorset/facepy/master/docs/banner.png

.. image:: https://img.shields.io/travis/jgorset/facepy.svg
.. image:: https://img.shields.io/github/license/jgorset/facepy.svg
.. image:: https://img.shields.io/pypi/v/facepy.svg
|version| |pythons| |downloads| |build| |license|

.. |version| image:: https://img.shields.io/pypi/v/facepy.svg
.. |pythons| image:: https://img.shields.io/pypi/pyversions/facepy.svg
.. |downloads| image:: https://img.shields.io/pypi/dm/facepy.svg
.. |build| image:: https://img.shields.io/travis/jgorset/facepy.svg
.. |license| image:: https://img.shields.io/github/license/jgorset/facepy.svg

Usage
-----
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ tox
flake8
pep8
six
twine

0 comments on commit 336f2aa

Please sign in to comment.