Skip to content

Commit 4355bae

Browse files
committed
Add package badges to README
The separate PyPI badge is necessary because PyPI support on repology is currently broken: repology/repology-updater#278
1 parent f840ca0 commit 4355bae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ Documentation:
1010
Source code repository and issue tracker:
1111
http://github.com/spatialaudio/python-sounddevice/
1212

13-
Python Package Index:
14-
http://pypi.python.org/pypi/sounddevice/
15-
1613
License:
1714
MIT -- see the file ``LICENSE`` for details.
1815

16+
.. image:: https://badge.fury.io/py/sounddevice.svg
17+
:target: https://pypi.python.org/pypi/sounddevice/
18+
19+
.. image:: https://repology.org/badge/vertical-allrepos/python:sounddevice.svg
20+
:target: https://repology.org/metapackage/python:sounddevice
21+
1922
Requirements
2023
------------
2124

0 commit comments

Comments
 (0)