Skip to content

Commit 286d374

Browse files
committed
Fix description content type
1 parent 58c711f commit 286d374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def _validate_version(tag: Optional[str], version: str) -> bool:
5656
version=VERSION,
5757
description="Flake8 plugin adding PEP8-compliant vertical whitespacing rules",
5858
long_description=LONG_DESCRIPTION,
59+
long_description_content_type="text/markdown",
5960
author="Soren Kristiansen",
6061
author_email="sorenlind@mac.com",
6162
url="https://github.com/sorenlind/flake8-plus",

0 commit comments

Comments
 (0)