Skip to content

Commit

Permalink
set long_description to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Feb 28, 2022
1 parent fd05aad commit d55a5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -15,6 +15,7 @@
packages=find_packages(exclude=('tests*',)),
license='BSD',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
python_requires=">=3.7",
install_requires=[
'Django',
Expand Down

0 comments on commit d55a5a3

Please sign in to comment.