We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c90dad commit b49d180Copy full SHA for b49d180
1 file changed
setup.py
@@ -5,6 +5,7 @@
5
use_scm_version=True,
6
description='run tests in isolated forked subprocesses',
7
long_description=open('README.rst').read(),
8
+ long_description_content_type='text/x-rst',
9
license='MIT',
10
author='pytest-dev',
11
author_email='pytest-dev@python.org',
0 commit comments