Skip to content

Commit

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

0 comments on commit c83b416

Please sign in to comment.