Skip to content

Commit 95dc27b

Browse files
committed
add content type for readme
1 parent 265d2b3 commit 95dc27b

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
@@ -15,6 +15,7 @@ def read(fname):
1515
packages = ['nameparser','nameparser.config'],
1616
description = 'A simple Python module for parsing human names into their individual components.',
1717
long_description = README,
18+
long_description_content_type = "text/x-rst",
1819
version = nameparser.__version__,
1920
url = nameparser.__url__,
2021
author = nameparser.__author__,

0 commit comments

Comments
 (0)