Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nwidger committed Jan 9, 2017
1 parent 54dbd49 commit 7fa7a83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cdrouter
========

.. image:: https://img.shields.io/pypi/v/cdrouter.svg
:target: https://pypi.python.org/pypi/cdrouter

Simple wrapper for the CDRouter Web
API. https://support.qacafe.com/cdrouter-web-api/

Expand Down Expand Up @@ -28,3 +31,8 @@ Usage
print packages.list(filter=['name~'], page=2).json()
print packages.get(164).json()
Documentation
=============

See http://cdrouterpy.readthedocs.io/.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='cdrouter',
version='0.0.2',
version='0.0.3',
description='Python client for the CDRouter Web API',
long_description=long_description,
url='https://github.com/qacafe/cdrouter.py',
Expand Down

0 comments on commit 7fa7a83

Please sign in to comment.