File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.4.0 (2019-01-28)
4
+ 1.4.0
5
5
-------------------
6
6
- Fix TypeError thrown when response status is 204 No content
7
7
- Fix tests for python 3
Original file line number Diff line number Diff line change 1
1
.. 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
3
3
.. 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
5
5
6
6
===========================
7
7
Hyperwallet REST SDK (Beta)
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ def extract_metaitem(meta):
31
31
description = extract_metaitem ('description' ),
32
32
long_description = (read ('README.rst' ) + '\n \n ' +
33
33
read ('CHANGELOG.rst' )),
34
+ long_description_content_type = 'text/x-rst' ,
34
35
maintainer = extract_metaitem ('author' ),
35
36
maintainer_email = extract_metaitem ('email' ),
36
37
packages = find_packages (exclude = ('tests' , 'doc' )),
You can’t perform that action at this time.
0 commit comments