Skip to content

Commit

Permalink
Merge pull request #545 from opendsm/fix/setup-description-markdown
Browse files Browse the repository at this point in the history
Set long description content_type to markdown
  • Loading branch information
jason-recurve authored Feb 12, 2025
2 parents 8f29337 + 40f363c commit db86479
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 @@ -100,6 +100,7 @@ def run(self):
version=about["__version__"],
description=about["__description__"],
long_description=long_description,
long_description_content_type='text/markdown',
author=about["__author__"],
author_email=about["__author_email__"],
url=about["__url__"],
Expand Down

0 comments on commit db86479

Please sign in to comment.