We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c711f commit 286d374Copy full SHA for 286d374
setup.py
@@ -56,6 +56,7 @@ def _validate_version(tag: Optional[str], version: str) -> bool:
56
version=VERSION,
57
description="Flake8 plugin adding PEP8-compliant vertical whitespacing rules",
58
long_description=LONG_DESCRIPTION,
59
+ long_description_content_type="text/markdown",
60
author="Soren Kristiansen",
61
author_email="sorenlind@mac.com",
62
url="https://github.com/sorenlind/flake8-plus",
0 commit comments