We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9221169 commit 19debebCopy full SHA for 19debeb
setup.py
@@ -17,6 +17,7 @@ def read(fname):
17
package_data={
18
'windpowerlib': [os.path.join('data', '*.csv')]},
19
long_description=read('README.rst'),
20
+ long_description_content_type='text/rst',
21
zip_safe=False,
22
install_requires=['pandas >= 0.19.1, < 0.26',
23
'requests < 3.0'],
0 commit comments