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 3e58a6a commit a71c9efCopy full SHA for a71c9ef
setup.py
@@ -18,6 +18,7 @@ def read(fname):
18
'windpowerlib': [os.path.join('data', '*.csv'),
19
os.path.join('oedb', '*.csv')]},
20
long_description=read('README.rst'),
21
+ long_description_content_type='text/x-rst',
22
zip_safe=False,
23
install_requires=['pandas >= 0.19.1, < 0.25',
24
'requests < 3.0'],
0 commit comments