Skip to content

Commit e57fc58

Browse files
committed
fixed readme and setup.py
1 parent 01dd657 commit e57fc58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
=========
21
GHOclient
32
=========
43

@@ -7,7 +6,8 @@ GHOclient
76

87

98
Introduction
10-
============
9+
------------
10+
1111
The WHO `Global Health Observatory`_ is a large global health data repository that makes available an enormous collection of indicators_ which can be downloaded through their API_. GHOclient is a Python client which helps data scientists search and access their data programmatically.
1212

1313

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
install_requires=requirements,
4141
license="MIT license",
4242
long_description=readme + '\n\n' + history,
43+
long_description_content_type='text/x-rst',
4344
include_package_data=True,
4445
keywords='ghoclient',
4546
name='ghoclient',

0 commit comments

Comments
 (0)