Skip to content

Commit 71459d8

Browse files
committed
Doc: Make explicit that description is in RST format
This avoids a 'twine' warning.
1 parent 0e1bf8a commit 71459d8

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
@@ -33,6 +33,7 @@ def _read(fname):
3333
maintainer_email='omarkohl@gmail.com',
3434
description=DESCRIPTION,
3535
long_description=LONG_DESCRIPTION,
36+
long_description_content_type='text/x-rst',
3637
entry_points={
3738
'pytest11': ['pytest_datafiles = pytest_datafiles'],
3839
},

0 commit comments

Comments
 (0)