packaging: add a content type to long description (#33167)

This commit is contained in:
Emmanuel Cazenave 2019-05-16 17:19:34 +02:00
parent b113829f2e
commit 4153a0e597
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ setuptools.setup(
os.path.join(
os.path.dirname(__file__),
'README.txt'), encoding='utf-8').read(),
long_description_content_type='text/plain',
url='http://dev.entrouvert.org/projects/eopayment/',
author="Entr'ouvert",
author_email="info@entrouvert.com",