Skip to content

Commit

Permalink
Added badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Oct 11, 2016
1 parent fd37c9c commit 2b42055
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sugar.py
********

|travis| |coveralls|
|version| |travis| |coveralls| |license|

Python utility library. Based on sugar Javascript Library.

Expand All @@ -11,7 +11,7 @@ Links

- Project: https://github.com/bharadwajyarlagadda/sugar.py
- Documentation: http://sugarpy.readthedocs.io
- Pypi: ``TBD``
- Pypi: https://pypi.python.org/pypi/sugar.py
- TravisCI: https://travis-ci.org/bharadwajyarlagadda/sugar.py

Features
Expand All @@ -20,8 +20,14 @@ Features
- Supported on Python 2.7 and Python 3.3+.


.. |version| image:: https://img.shields.io/pypi/v/sugar.py.svg?style=flat-square
:target: https://pypi.python.org/pypi/sugar.py/

.. |travis| image:: https://img.shields.io/travis/bharadwajyarlagadda/sugar.py/master.svg?style=flat-square
:target: https://travis-ci.org/bharadwajyarlagadda/sugar.py

.. |coveralls| image:: https://img.shields.io/coveralls/bharadwajyarlagadda/sugar.py/master.svg?style=flat-square
:target: https://coveralls.io/r/bharadwajyarlagadda/sugar.py

.. |license| image:: https://img.shields.io/pypi/l/sugar.py.svg?style=flat-square
:target: https://pypi.python.org/pypi/sugar.py/
2 changes: 1 addition & 1 deletion sugar/__pkg__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__package_name__ = 'sugar.py'
__description__ = ''
__description__ = 'Python utility library. Based on sugar Javascript Library.'
__url__ = 'https://github.com/bharadwajyarlagadda/sugar.py'
__version__ = '0.1.0'
__author__ = 'Bharadwaj Yarlagadda'
Expand Down

0 comments on commit 2b42055

Please sign in to comment.