We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109c25e commit 0e4b717Copy full SHA for 0e4b717
setup.py
@@ -19,6 +19,7 @@ def read(fname):
19
author_email='[email protected]',
20
description='Demandlib of the open energy modelling framework',
21
long_description=read('README.rst'),
22
+ long_description_content_type='text/x-rst',
23
packages=find_packages(),
24
install_requires=['numpy >= 1.17.0',
25
'pandas >= 1.0'],
0 commit comments