Skip to content

Commit

Permalink
Add content type of long description
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Sep 2, 2019
1 parent 9221169 commit 19debeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def read(fname):
package_data={
'windpowerlib': [os.path.join('data', '*.csv')]},
long_description=read('README.rst'),
long_description_content_type='text/rst',
zip_safe=False,
install_requires=['pandas >= 0.19.1, < 0.26',
'requests < 3.0'],
Expand Down

0 comments on commit 19debeb

Please sign in to comment.