|
1 |
| -.. image:: https://img.shields.io/pypi/v/setuptools.svg |
| 1 | +.. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg |
2 | 2 | :target: https://pypi.org/project/setuptools
|
3 | 3 |
|
4 |
| -.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg |
| 4 | +.. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg |
5 | 5 |
|
6 |
| -.. image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg |
| 6 | +.. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg |
7 | 7 | :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
|
8 | 8 | :alt: tests
|
9 | 9 |
|
10 |
| -.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json |
11 |
| - :target: https://github.com/astral-sh/ruff |
12 |
| - :alt: Ruff |
| 10 | +.. |ruff-badge| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json |
| 11 | + :target: https://github.com/astral-sh/ruff |
| 12 | + :alt: Ruff |
13 | 13 |
|
14 |
| -.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg |
15 |
| - :target: https://setuptools.pypa.io |
| 14 | +.. |docs-badge| image:: https://img.shields.io/readthedocs/setuptools/latest.svg |
| 15 | + :target: https://setuptools.pypa.io |
16 | 16 |
|
17 |
| -.. image:: https://img.shields.io/badge/skeleton-2024-informational |
| 17 | +.. |skeleton-badge| image:: https://img.shields.io/badge/skeleton-2024-informational |
18 | 18 | :target: https://blog.jaraco.com/skeleton
|
19 | 19 |
|
20 |
| -.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white |
| 20 | +.. |codecov-badge| image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white |
21 | 21 | :target: https://codecov.io/gh/pypa/setuptools
|
22 | 22 |
|
23 |
| -.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat |
| 23 | +.. |tidelift-badge| image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat |
24 | 24 | :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
|
25 | 25 |
|
26 |
| -.. image:: https://img.shields.io/discord/803025117553754132 |
| 26 | +.. |discord-badge| image:: https://img.shields.io/discord/803025117553754132 |
27 | 27 | :target: https://discord.com/channels/803025117553754132/815945031150993468
|
28 | 28 | :alt: Discord
|
29 | 29 |
|
| 30 | +|pypi-version| |py-version| |test-badge| |ruff-badge| |docs-badge| |skeleton-badge| |codecov-badge| |discord-badge| |
| 31 | + |
30 | 32 | See the `Quickstart <https://setuptools.pypa.io/en/latest/userguide/quickstart.html>`_
|
31 | 33 | and the `User's Guide <https://setuptools.pypa.io/en/latest/userguide/>`_ for
|
32 | 34 | instructions on how to use Setuptools.
|
|
0 commit comments