We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7dc79 commit b879d50Copy full SHA for b879d50
setup.py
@@ -22,6 +22,7 @@ def read(fname):
22
url="https://github.com/jbasko/pytest-random-order",
23
description="Randomise the order in which pytest tests are run with some control over the randomness",
24
long_description=read("README.rst"),
25
+ long_description_content_type="text/x-rst",
26
packages=[
27
"random_order",
28
],
0 commit comments