Skip to content

Commit a327498

Browse files
committed
Added pypip.in badges
1 parent 2fa3742 commit a327498

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Django.js
33
=========
44

55
.. image:: https://secure.travis-ci.org/noirbizarre/django.js.png
6-
:target: http://travis-ci.org/noirbizarre/django.js
6+
:target: http://travis-ci.org/noirbizarre/django.js
7+
.. image:: https://pypip.in/v/django.js/badge.png
8+
:target: https://crate.io/packages/django.js
9+
.. image:: https://pypip.in/d/django.js/badge.png
10+
:target: https://crate.io/packages/django.js
711

812
Django.js provides tools for JavaScript development with Django.
913

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
(r'\.\.\s? code-block::\s*(\w|\+)+', '::'),
1212
# Remove travis ci badge
1313
(r'.*travis-ci\.org/.*', ''),
14+
# Remove pypip.in badges
15+
(r'.*pypip\.in/.*', ''),
16+
(r'.*crate\.io/.*', ''),
1417
)
1518

1619

0 commit comments

Comments
 (0)