Skip to content

Commit

Permalink
Set PyPi description content type to markdown (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister committed May 25, 2021
1 parent ff100cf commit cdbf3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -62,6 +62,7 @@ def read(fname):
download_url='',
packages=find_packages(),
long_description=read('README.md'),
long_description_content_type="text/markdown",
python_requires=">=3.7",
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit cdbf3d6

Please sign in to comment.