Skip to content

Commit e968665

Browse files
committed
setup.py: Add long_description to text/markdown
1 parent 6fcbf1b commit e968665

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
@@ -36,6 +36,7 @@
3636
author_email=about['__email__'],
3737
description=about['__description__'],
3838
long_description=readme,
39+
long_description_content_type="text/markdown",
3940
packages=['tmuxp'],
4041
include_package_data=True,
4142
install_requires=install_reqs,

0 commit comments

Comments
 (0)