summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Hemsted <leohemsted@gmail.com>2017-12-20 14:34:50 +0000
committerGitHub <noreply@github.com>2017-12-20 14:34:50 +0000
commitd4b99ab7e7e6f42ba2d75624715c5c47c8de650d (patch)
tree529caf9664be7bcc60aee968e74070ae2775e1cb
parentcf2882ef59d8b85e1092bac4455ebbd664f18026 (diff)
parent057498cd5b14987e95091a2eec769ac0187cefd8 (diff)
downloadsmartypants-git-d4b99ab7e7e6f42ba2d75624715c5c47c8de650d.tar.gz
Merge pull request #4 from leohemsted/readmev2.0.1
add badges to readme and remove maintainer note
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index fb752f2..7a1736d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,16 +1,18 @@
+.. image:: https://badge.fury.io/py/smartypants.svg
+ :target: PyPI_
+
+.. image:: https://secure.travis-ci.org/leohemsted/smartypants.py.png
+ :target: https://travis-ci.org/leohemsted/smartypants.py
+
smartypants
===========
smartypants_ is a Python fork of SmartyPants__.
-.. _smartypants: https://bitbucket.org/livibetter/smartypants.py
+.. _smartypants: https://github.com/leohemsted/smartypants.py
__ SmartyPantsPerl_
.. _SmartyPantsPerl: http://daringfireball.net/projects/smartypants/
-.. important::
-
- As of 2016-12-28, smartypants is looking for new maintainer to take over,
- please contact project owner on Bitbucket.
Installation