File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ Django Template Coverage.py Plugin
4
4
5
5
A `coverage.py `_ plugin to measure test coverage of Django templates.
6
6
7
- .. start-badges
8
-
9
7
| |status| |kit| |license|
10
8
| |versions| |djversions|
9
+ | |sponsor| |bluesky-nedbat| |mastodon-nedbat|
11
10
12
11
.. |status | image :: https://img.shields.io/pypi/status/django_coverage_plugin.svg
13
12
:target: https://pypi.python.org/pypi/django_coverage_plugin
@@ -25,10 +24,17 @@ A `coverage.py`_ plugin to measure test coverage of Django templates.
25
24
.. |djversions | image :: https://img.shields.io/badge/Django-2.2%20%7C%203.2%20%7C%204.2%20%7C%205.2-44b78b.svg
26
25
:target: https://pypi.python.org/pypi/django_coverage_plugin
27
26
: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
28
36
29
- ------------------
30
37
31
- .. end-badges
32
38
33
39
Supported on:
34
40
Original file line number Diff line number Diff line change 3
3
4
4
"""Django Template Coverage Plugin"""
5
5
6
- __version__ = "3.1.1rc2 "
6
+ __version__ = "3.1.1rc3 "
7
7
8
8
from .plugin import DjangoTemplatePluginException # noqa
9
9
from .plugin import DjangoTemplatePlugin
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
3
3
4
4
[build-system ]
5
- requires = [" setuptools>=61 .0" , " wheel" ]
5
+ requires = [" setuptools>=77 .0" , " wheel" ]
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[project ]
@@ -18,7 +18,7 @@ classifiers = [
18
18
" Environment :: Console" ,
19
19
" Framework :: Django" ,
20
20
" Framework :: Django :: 2.2" ,
21
- " Framework :: Django :: 3.2" ,
21
+ " Framework :: Django :: 3.2" ,
22
22
" Framework :: Django :: 4.2" ,
23
23
" Framework :: Django :: 5.2" ,
24
24
" Intended Audience :: Developers" ,
@@ -62,4 +62,4 @@ filterwarnings = [
62
62
[tool .scriv ]
63
63
fragment_directory = " scriv.d"
64
64
output_file = " README.rst"
65
- rst_header_chars = " -."
65
+ rst_header_chars = " -."
You can’t perform that action at this time.
0 commit comments