Skip to content

Commit

Permalink
Improve the badges and center sponsor logos
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Jun 28, 2022
1 parent b28e9b2 commit d96e5fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
43 changes: 21 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
.. image:: https://socialify.git.ci/Refty/mongo-thingy/image?font=Bitter&language=1&logo=https%3A%2F%2Fi.imgur.com%2FLeNC7Zb.png&owner=1&pattern=Charlie%20Brown&theme=Light
:alt: Mongo-Thingy

|
.. image:: https://img.shields.io/pypi/v/mongo-thingy.svg
:target: https://pypi.python.org/pypi/Mongo-Thingy
.. image:: https://img.shields.io/github/license/Refty/mongo-thingy.svg
:target: https://github.com/Refty/mongo-thingy/blob/master/LICENSE
.. image:: https://img.shields.io/github/checks-status/Refty/mongo-thingy/master.svg
:target: https://github.com/Refty/mongo-thingy/actions
.. image:: https://img.shields.io/coveralls/Refty/mongo-thingy.svg
:target: https://coveralls.io/github/Refty/mongo-thingy
.. image:: https://readthedocs.org/projects/mongo-thingy/badge
:target: http://mongo-thingy.readthedocs.io
.. raw:: html

<div align="center">
<a href="https://pypi.org/project/mongo-thingy"><img src="https://img.shields.io/pypi/v/mongo-thingy.svg" alt="PyPI"></a>
<img src="https://img.shields.io/pypi/pyversions/mongo-thingy" alt="Supported Python Versions">
<a href="LICENSE"><img src="https://img.shields.io/github/license/refty/mongo-thingy" alt="License"></a>
<a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-black" alt="Code style"></a>
<br/>
<a href="https://github.com/Refty/mongo-thingy/actions"><img src="https://img.shields.io/github/workflow/status/Refty/mongo-thingy/Tests" alt="Tests"></a>
<a href="https://coveralls.io/github/Refty/mongo-thingy"><img src="https://img.shields.io/coveralls/Refty/mongo-thingy.svg" alt="Tests"></a>
<a href="http://mongo-thingy.readthedocs.io"><img src="https://readthedocs.org/projects/mongo-thingy/badge" alt="Docs"></a>
</div>

|
Expand Down Expand Up @@ -261,17 +261,16 @@ To run Mongo-Thingy tests:
Sponsors
========

.. image:: https://raw.githubusercontent.com/Refty/mongo-thingy/master/img/numberly.png
:alt: Numberly
:align: center
:target: https://numberly.com/

|
.. raw:: html

.. image:: https://raw.githubusercontent.com/Refty/mongo-thingy/master/img/refty.png
:alt: Refty
:align: center
:target: https://refty.co/
<div align="center">
&nbsp;&nbsp;&nbsp;
<a href="https://numberly.com/"><img src="https://raw.githubusercontent.com/Refty/mongo-thingy/master/img/numberly.png" alt="Numberly"></a>
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
<a href="https://refty.co/"><img src="https://raw.githubusercontent.com/Refty/mongo-thingy/master/img/refty.png" alt="Refty"></a>
&nbsp;&nbsp;&nbsp;
</div>


License
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ def get_description():
"pymongo>=4"
],
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down

0 comments on commit d96e5fe

Please sign in to comment.