Skip to content

Commit 19debeb

Browse files
committed
Add content type of long description
1 parent 9221169 commit 19debeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def read(fname):
1717
package_data={
1818
'windpowerlib': [os.path.join('data', '*.csv')]},
1919
long_description=read('README.rst'),
20+
long_description_content_type='text/rst',
2021
zip_safe=False,
2122
install_requires=['pandas >= 0.19.1, < 0.26',
2223
'requests < 3.0'],

0 commit comments

Comments
 (0)