Skip to content

Commit a71c9ef

Browse files
committed
Add content type for long description
1 parent 3e58a6a commit a71c9ef

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
@@ -18,6 +18,7 @@ def read(fname):
1818
'windpowerlib': [os.path.join('data', '*.csv'),
1919
os.path.join('oedb', '*.csv')]},
2020
long_description=read('README.rst'),
21+
long_description_content_type='text/x-rst',
2122
zip_safe=False,
2223
install_requires=['pandas >= 0.19.1, < 0.25',
2324
'requests < 3.0'],

0 commit comments

Comments
 (0)