Skip to content

Commit 411e1aa

Browse files
Fix long_description_content_type (#187)
1 parent bed7e11 commit 411e1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
version=version,
2929
description="A plugin for flake8 to enable linting .pyi files.",
3030
long_description=long_description,
31+
long_description_content_type="text/markdown",
3132
keywords="flake8 pyi bugs pyflakes pylint linter qa",
3233
author="Łukasz Langa",
3334
author_email="[email protected]",

0 commit comments

Comments
 (0)