Skip to content

Commit 3d1c3a4

Browse files
committed
Define long description format to Markdown
1 parent 04ed6ca commit 3d1c3a4

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
@@ -18,6 +18,7 @@ def get_long_description():
1818
version=__version__,
1919
description="Easy sorting of tables with Django",
2020
long_description=get_long_description(),
21+
long_description_content_type="text/markdown",
2122
author="Stéphane Raimbault",
2223
author_email="[email protected]",
2324
url="http://github.com/webstack/webstack-django-sorting/",

0 commit comments

Comments
 (0)