Skip to content

Commit 2d727d9

Browse files
committed
build: fix a packaging tweak; more badges
1 parent 11c54bc commit 2d727d9

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Django Template Coverage.py Plugin
44

55
A `coverage.py`_ plugin to measure test coverage of Django templates.
66

7-
.. start-badges
8-
97
| |status| |kit| |license|
108
| |versions| |djversions|
9+
| |sponsor| |bluesky-nedbat| |mastodon-nedbat|
1110
1211
.. |status| image:: https://img.shields.io/pypi/status/django_coverage_plugin.svg
1312
:target: https://pypi.python.org/pypi/django_coverage_plugin
@@ -25,10 +24,17 @@ A `coverage.py`_ plugin to measure test coverage of Django templates.
2524
.. |djversions| image:: https://img.shields.io/badge/Django-2.2%20%7C%203.2%20%7C%204.2%20%7C%205.2-44b78b.svg
2625
:target: https://pypi.python.org/pypi/django_coverage_plugin
2726
:alt: Supported Django Versions
27+
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
28+
:target: https://github.com/sponsors/nedbat
29+
:alt: Sponsor me on GitHub
30+
.. |bluesky-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&color=96a3b0&labelColor=3686f7&logo=icloud&logoColor=white&label=@nedbat&url=https%3A%2F%2Fpublic.api.bsky.app%2Fxrpc%2Fapp.bsky.actor.getProfile%3Factor=nedbat.com&query=followersCount
31+
:target: https://bsky.app/profile/nedbat.com
32+
:alt: nedbat on Bluesky
33+
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat
34+
:target: https://hachyderm.io/@nedbat
35+
:alt: nedbat on Mastodon
2836

29-
------------------
3037

31-
.. end-badges
3238

3339
Supported on:
3440

django_coverage_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""Django Template Coverage Plugin"""
55

6-
__version__ = "3.1.1rc2"
6+
__version__ = "3.1.1rc3"
77

88
from .plugin import DjangoTemplatePluginException # noqa
99
from .plugin import DjangoTemplatePlugin

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
33

44
[build-system]
5-
requires = ["setuptools>=61.0", "wheel"]
5+
requires = ["setuptools>=77.0", "wheel"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -18,7 +18,7 @@ classifiers = [
1818
"Environment :: Console",
1919
"Framework :: Django",
2020
"Framework :: Django :: 2.2",
21-
"Framework :: Django :: 3.2",
21+
"Framework :: Django :: 3.2",
2222
"Framework :: Django :: 4.2",
2323
"Framework :: Django :: 5.2",
2424
"Intended Audience :: Developers",
@@ -62,4 +62,4 @@ filterwarnings = [
6262
[tool.scriv]
6363
fragment_directory = "scriv.d"
6464
output_file = "README.rst"
65-
rst_header_chars = "-."
65+
rst_header_chars = "-."

0 commit comments

Comments
 (0)