Skip to content

Commit b1c0633

Browse files
committed
ADMIN: Add long-desc content type to setup.py
1 parent 13e82f7 commit b1c0633

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
@@ -41,6 +41,7 @@ def content_update(content, pattern, sub):
4141
version=__version__,
4242
description="flake8 plugin to require absolute imports",
4343
long_description=readme(),
44+
long_description_content_type="text/x-rst",
4445
url="https://github.com/bskinn/flake8-absolute-import",
4546
license="MIT License",
4647
author="Brian Skinn",

0 commit comments

Comments
 (0)