Skip to content

Commit d2fd0dc

Browse files
committed
fix long description for pypi
1 parent 6cf6ca1 commit d2fd0dc

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
@@ -22,6 +22,7 @@ def get_version():
2222
version=get_version(),
2323
description='Pytest testing utilities with docker containers.',
2424
long_description=readme,
25+
long_description_content_type="text/markdown",
2526
classifiers=[
2627
"Programming Language :: Python :: 3",
2728
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)