install: add long_description_content_type
authorpaugier <pierre.augier@univ-grenoble-alpes.fr>
Thu, 03 Oct 2024 14:45:01 +0200
changeset 51981 d07034819565
parent 51980 3e135e79b7f7
child 51982 aa7f4a45d8fa
install: add long_description_content_type
setup.py
--- 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',