Skip to content

Commit b879d50

Browse files
committed
Fix long_description_content_type
1 parent de7dc79 commit b879d50

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
@@ -22,6 +22,7 @@ def read(fname):
2222
url="https://github.com/jbasko/pytest-random-order",
2323
description="Randomise the order in which pytest tests are run with some control over the randomness",
2424
long_description=read("README.rst"),
25+
long_description_content_type="text/x-rst",
2526
packages=[
2627
"random_order",
2728
],

0 commit comments

Comments
 (0)