Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed May 8, 2015
1 parent 2dc4b81 commit bed1ffe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
|PyPI Version| |Build Status| |Coverage Status|
##############
djangocms-link
##############

.. image:: https://img.shields.io/pypi/v/djangocms-link.svg
:target: https://pypi.python.org/pypi/djangocms-link/
.. image:: https://img.shields.io/pypi/dm/djangocms-link.svg
:target: https://pypi.python.org/pypi/djangocms-link/
.. image:: https://img.shields.io/badge/wheel-yes-green.svg
:target: https://pypi.python.org/pypi/djangocms-link/
.. image:: https://img.shields.io/pypi/l/djangocms-link.svg
:target: https://pypi.python.org/pypi/djangocms-link/

==============
djangocms-link
==============

A Link plugin for django CMS.

Expand Down Expand Up @@ -42,5 +49,5 @@ Translations

If you want to help translate the plugin please do it on transifex:

https://www.transifex.com/projects/p/django-cms/resource/djangocms-link/
https://www.transifex.com/projects/p/djangocms-link/resource/djangocms-link/

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
license='LICENSE.txt',
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
include_package_data=True,
zip_safe=False
)

0 comments on commit bed1ffe

Please sign in to comment.