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.
2 parents 0cbd14c + 3730b31 commit 5736675Copy full SHA for 5736675
setup.py
@@ -23,6 +23,7 @@ def read(fname):
23
url='https://github.com/dbader/pytest-mypy',
24
description='Mypy static type checker plugin for Pytest',
25
long_description=read('README.rst'),
26
+ long_description_content_type='text/x-rst',
27
packages=find_packages('src'),
28
package_dir={'': 'src'},
29
py_modules=[
0 commit comments