Skip to content

Commit b49d180

Browse files
committed
Set long description content type to RST
This addresses a warning emitted by `twine check`.
1 parent 4c90dad commit b49d180

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use_scm_version=True,
66
description='run tests in isolated forked subprocesses',
77
long_description=open('README.rst').read(),
8+
long_description_content_type='text/x-rst',
89
license='MIT',
910
author='pytest-dev',
1011
author_email='pytest-dev@python.org',

0 commit comments

Comments
 (0)