Skip to content

Commit

Permalink
added a build status badge, to be super explicit, this is not product…
Browse files Browse the repository at this point in the history
…ion ready
  • Loading branch information
manuphatak committed Apr 17, 2015
1 parent 69053dc commit a2862f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
===========
json_config
===========
.. image:: https://pypip.in/status/json_config/badge.svg
:target: https://pypi.python.org/pypi/json_config/
:alt: Development Status

.. image:: https://travis-ci.org/bionikspoon/json_config.svg?branch=develop
:target: https://travis-ci.org/bionikspoon/json_config

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_tests(self):
name='json_config',
version=version,
description='A convenience utility for working with JSON config files.',
long_description=readme + '\n\n' + __doc__ + '\n\n' + history,
long_description='\n\n'.join([__doc__, readme, history]),
author='Manu Phatak',
author_email='bionikspoon@gmail.com',
url='https://github.com/bionikspoon/json_config',
Expand Down

0 comments on commit a2862f6

Please sign in to comment.