We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1bf8a commit 71459d8Copy full SHA for 71459d8
1 file changed
setup.py
@@ -33,6 +33,7 @@ def _read(fname):
33
maintainer_email='omarkohl@gmail.com',
34
description=DESCRIPTION,
35
long_description=LONG_DESCRIPTION,
36
+ long_description_content_type='text/x-rst',
37
entry_points={
38
'pytest11': ['pytest_datafiles = pytest_datafiles'],
39
},
0 commit comments