summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 13:26:39 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-24 13:26:47 -0700
commita27f28e79a2f28e826454177884f3899b27a454e (patch)
tree56d586fcdf30b303c22fccd45b2ef977330425db
parent8c7f382ad1a00933232982efedca1c36b8f5dd8e (diff)
downloadoslo-i18n-a27f28e79a2f28e826454177884f3899b27a454e.tar.gz
Add shields.io version/downloads links/badges into README.rst
Change-Id: If559b395694945a5ba4e77ef5482ae259384b1e6
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3e46b92..91fcef1 100644
--- a/README.rst
+++ b/README.rst
@@ -2,6 +2,14 @@
oslo.i18n -- Oslo Internationalization Utilities
==================================================
+.. image:: https://img.shields.io/pypi/v/oslo.i18n.svg
+ :target: https://pypi.python.org/pypi/oslo.i18n/
+ :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg
+ :target: https://pypi.python.org/pypi/oslo.i18n/
+ :alt: Downloads
+
The oslo.i18n library contain utilities for working with
internationalization (i18n) features, especially translation for text
strings in an application or library.