Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit c3acdd1

Browse files
committed
Docs
1 parent d185615 commit c3acdd1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<pre><code> ____ _ ____ _ _
1+
<pre><code> ____ _ ____ _ _
22
| _ \ ___ ___ _ _ _ __ ___ ___ _ __ | |_ / ___| | ___ _ _ __| |
33
| | | |/ _ \ / __| | | | '_ ` _ \ / _ \ '_ \| __| | | |/ _ \| | | |/ _` |
44
| |_| | (_) | (__| |_| | | | | | | __/ | | | |_| |___| | (_) | |_| | (_| |
@@ -9,6 +9,7 @@ A simple python wrapper for the DocumentCloud API
99
[![Build Status](https://travis-ci.org/datadesk/python-documentcloud.png?branch=master)](https://travis-ci.org/datadesk/python-documentcloud)
1010
[![PyPI version](https://badge.fury.io/py/python-documentcloud.png)](http://badge.fury.io/py/python-documentcloud)
1111
[![Coverage Status](https://coveralls.io/repos/datadesk/python-documentcloud/badge.png?branch=master)](https://coveralls.io/r/datadesk/python-documentcloud?branch=master)
12+
[![Documentation Status](https://readthedocs.org/projects/python-documentcloud/badge/?version=latest)](https://readthedocs.org/projects/python-documentcloud/?badge=latest)
1213

1314
* Documentation: [http://python-documentcloud.rtfd.org/](http://python-documentcloud.rtfd.org/)
1415
* Issues: [https://github.com/datadesk/python-documentcloud/issues](https://github.com/datadesk/python-documentcloud/issues)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url='http://datadesk.github.com/python-documentcloud/',
1111
license="MIT",
1212
packages=("documentcloud",),
13-
test_suite = "tests.test_all",
13+
test_suite="tests.test_all",
1414
include_package_data=True,
1515
install_requires=(
1616
'python-dateutil>=2.1',

0 commit comments

Comments
 (0)