From 4153a0e597a642f3d792e35d907a48b21c08251c Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 16 May 2019 17:19:34 +0200 Subject: [PATCH] packaging: add a content type to long description (#33167) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 410b982..29763a1 100755 --- a/setup.py +++ b/setup.py @@ -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",