Skip to content

Commit 6ee6a13

Browse files
committed
Add pypi package version badge
1 parent 571554d commit 6ee6a13

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# django-webmention
1+
# django-webmention [![PyPI version](https://badge.fury.io/py/django-webmention.svg)](https://badge.fury.io/py/django-webmention)
22

33
webmention for Django projects.
44

@@ -16,4 +16,4 @@ webmention for Django projects.
1616
* Include webmention information by either:
1717
* Adding `webmention.middleware.WebMentionMiddleware` to `MIDDLEWARE_CLASSES` (affects all views)
1818
* Decorating a specific view with `webmention.middleware.include_webmention_information`
19-
* View webmention responses in the Django admin tool and mark them as reviewed as needed
19+
* View webmention responses in the Django admin tool and mark them as reviewed as needed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
django-webmention
2-
=================
1+
django-webmention |PyPI version|
2+
================================
33

44
webmention for Django projects.
55

@@ -27,3 +27,6 @@ Usage
2727

2828
- View webmention responses in the Django admin tool and mark them as
2929
reviewed as needed
30+
31+
.. |PyPI version| image:: https://badge.fury.io/py/django-webmention.svg
32+
:target: https://badge.fury.io/py/django-webmention

0 commit comments

Comments
 (0)