File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 1.4.0 (2019-01-28)
4+ 1.4.0
55-------------------
66- Fix TypeError thrown when response status is 204 No content
77- Fix tests for python 3
Original file line number Diff line number Diff line change 11.. image :: https://travis-ci.org/hyperwallet/python-sdk.svg?branch=master
2- :target: https://travis-ci.org/hyperwallet/python-sdk/builds
2+ :target: https://travis-ci.org/hyperwallet/python-sdk/builds
33.. image :: https://coveralls.io/repos/github/hyperwallet/python-sdk/badge.svg?branch=master
4- :target: https://coveralls.io/github/hyperwallet/python-sdk?branch=master
4+ :target: https://coveralls.io/github/hyperwallet/python-sdk?branch=master
55
66===========================
77Hyperwallet REST SDK (Beta)
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ def extract_metaitem(meta):
3131 description = extract_metaitem ('description' ),
3232 long_description = (read ('README.rst' ) + '\n \n ' +
3333 read ('CHANGELOG.rst' )),
34+ long_description_content_type = 'text/x-rst' ,
3435 maintainer = extract_metaitem ('author' ),
3536 maintainer_email = extract_metaitem ('email' ),
3637 packages = find_packages (exclude = ('tests' , 'doc' )),
You can’t perform that action at this time.
0 commit comments