Skip to content

Commit c83b416

Browse files
committed
Fix content type
1 parent 19debeb commit c83b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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',
20+
long_description_content_type='text/x-rst',
2121
zip_safe=False,
2222
install_requires=['pandas >= 0.19.1, < 0.26',
2323
'requests < 3.0'],

0 commit comments

Comments
 (0)