Skip to content

Commit 0256d2c

Browse files
authored
Add PyPI badges (#93)
* Add PyPI version badge * Add more PyPI badges * Update contact emails in README
1 parent 22eb6d1 commit 0256d2c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
|PyPI Version| |PyPI Downloads| |PyPI Python Versions|
12
|Build Status| |Coverage Status|
23

34
Library for implementing Modified Preorder Tree Traversal with your
@@ -263,14 +264,23 @@ To report bugs, use the `issue tracker
263264
We welcome any contribution: suggestions, ideas, commits with new
264265
futures, bug fixes, refactoring, docs, tests, translations, etc...
265266

266-
If you have question, contact me sacrud@uralbash.ru or #sacrud IRC
267-
channel |IRC Freenode|
267+
If you have any questions:
268+
269+
* Use the `Discussion board <https://github.com/uralbash/sqlalchemy_mptt/discussions>`_
270+
* Contact the maintainer via email: fayaz.yusuf.khan@gmail.com
271+
* Contact the author via email: sacrud@uralbash.ru or #sacrud IRC channel |IRC Freenode|
268272

269273
License
270274
=======
271275

272276
The project is licensed under the MIT license.
273277

278+
.. |PyPI Version| image:: https://img.shields.io/pypi/v/sqlalchemy_mptt
279+
:alt: PyPI - Version
280+
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/sqlalchemy_mptt
281+
:alt: PyPI - Downloads
282+
.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/sqlalchemy_mptt
283+
:alt: PyPI - Python Version
274284
.. |Build Status| image:: https://github.com/uralbash/sqlalchemy_mptt/actions/workflows/run-tests.yml/badge.svg?branch=master
275285
:target: https://github.com/uralbash/sqlalchemy_mptt/actions/workflows/run-tests.yml
276286
.. |Coverage Status| image:: https://coveralls.io/repos/uralbash/sqlalchemy_mptt/badge.png

0 commit comments

Comments
 (0)