Skip to content

Commit

Permalink
Fix long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 19, 2021
1 parent 572792a commit 7f05a05
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 @@ -46,6 +46,7 @@ def get_setup_version(reponame):
version=get_setup_version("lumen"),
description='A monitoring solution built on Panel.',
long_description=open('README.md').read() if os.path.isfile('README.md') else 'Consult README.md',
long_description_content_type="text/markdown",
author="HoloViz",
author_email="[email protected]",
maintainer="HoloViz",
Expand Down

0 comments on commit 7f05a05

Please sign in to comment.