Skip to content

Commit

Permalink
Set content type of package desription
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jan 27, 2021
1 parent 109c25e commit 0e4b717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def read(fname):
author_email='contact@oemof.org',
description='Demandlib of the open energy modelling framework',
long_description=read('README.rst'),
long_description_content_type='text/x-rst',
packages=find_packages(),
install_requires=['numpy >= 1.17.0',
'pandas >= 1.0'],
Expand Down

0 comments on commit 0e4b717

Please sign in to comment.