Skip to content

Commit 3730b31

Browse files
committed
Add long_description_content_type
1 parent 44a726c commit 3730b31

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
@@ -23,6 +23,7 @@ def read(fname):
2323
url='https://github.com/dbader/pytest-mypy',
2424
description='Mypy static type checker plugin for Pytest',
2525
long_description=read('README.rst'),
26+
long_description_content_type='text/x-rst',
2627
packages=find_packages('src'),
2728
package_dir={'': 'src'},
2829
py_modules=[

0 commit comments

Comments
 (0)