This repository was archived by the owner on Jan 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments