File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ django-simple-history
18
18
:alt: PyPI Version
19
19
20
20
.. image :: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
21
- :target: https://codeclimate.com/github/treyhunner /django-simple-history/maintainability
21
+ :target: https://codeclimate.com/github/jazzband /django-simple-history/maintainability
22
22
:alt: Maintainability
23
23
24
24
.. image :: https://pepy.tech/badge/django-simple-history
Original file line number Diff line number Diff line change 1
1
django-simple-history
2
2
=====================
3
3
4
- .. image :: https://secure.travis-ci.org /jazzband/django-simple-history. svg?branch=master
5
- :target: http ://travis-ci.org /jazzband/django-simple-history
4
+ .. image :: https://github.com /jazzband/django-simple-history/actions/workflows/test.yml/badge. svg
5
+ :target: https ://github.com /jazzband/django-simple-history/actions/workflows/test.yml
6
6
:alt: Build Status
7
7
8
8
.. image :: https://readthedocs.org/projects/django-simple-history/badge/?version=latest
@@ -18,7 +18,7 @@ django-simple-history
18
18
:alt: PyPI Version
19
19
20
20
.. image :: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
21
- :target: https://codeclimate.com/github/treyhunner /django-simple-history/maintainability
21
+ :target: https://codeclimate.com/github/jazzband /django-simple-history/maintainability
22
22
:alt: Maintainability
23
23
24
24
.. image :: https://pepy.tech/badge/django-simple-history
Original file line number Diff line number Diff line change 18
18
19
19
maintainer = "Trey Hunner" ,
20
20
url = "https://github.com/jazzband/django-simple-history" ,
21
+ project_urls = {
22
+ "Documentation" : "https://django-simple-history.readthedocs.io/" ,
23
+ "Changelog" : "https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst" , # noqa: E501
24
+ "Source" : "https://github.com/jazzband/django-simple-history" ,
25
+ "Tracker" : "https://github.com/jazzband/django-simple-history/issues" ,
26
+ },
21
27
packages = [
22
28
"simple_history" ,
23
29
"simple_history.management" ,
You can’t perform that action at this time.
0 commit comments