Skip to content

Commit

Permalink
Add long_description_content_type to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jun 12, 2023
1 parent fb1e386 commit 645d6ae
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):
),
url='https://github.com/oemof/oemof-thermal',
long_description=read('README.rst'),
long_description_content_type="text/x-rst",
packages=["oemof"] + ["oemof." + p for p in find_packages("src/oemof")],
package_dir={"": "src"},
install_requires=['oemof.solph',
Expand Down

0 comments on commit 645d6ae

Please sign in to comment.