diff setup.py @ 51977:d07034819565

install: add long_description_content_type
author paugier <pierre.augier@univ-grenoble-alpes.fr>
date Thu, 03 Oct 2024 14:45:01 +0200
parents f0e07efc199f
children d4b275587847
line wrap: on
line diff
--- a/setup.py	Wed Oct 09 10:56:51 2024 +0200
+++ b/setup.py	Thu Oct 03 14:45:01 2024 +0200
@@ -1782,6 +1782,7 @@
         ' fast, reliable distributed revision control, such as '
         'Mozilla.'
     ),
+    long_description_content_type='text/x-rst',
     license='GNU GPLv2 or any later version',
     classifiers=[
         'Development Status :: 6 - Mature',