Skip to content

Commit 0e4b717

Browse files
committed
Set content type of package desription
1 parent 109c25e commit 0e4b717

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
@@ -19,6 +19,7 @@ def read(fname):
1919
author_email='[email protected]',
2020
description='Demandlib of the open energy modelling framework',
2121
long_description=read('README.rst'),
22+
long_description_content_type='text/x-rst',
2223
packages=find_packages(),
2324
install_requires=['numpy >= 1.17.0',
2425
'pandas >= 1.0'],

0 commit comments

Comments
 (0)