From 7af9ab638475b0e9abb78da3332ac015210b077e Mon Sep 17 00:00:00 2001 From: PSala Date: Thu, 30 Jan 2025 12:32:49 +0100 Subject: [PATCH] Update setup with long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3ef8414..485efdd 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ version='0.18.0', description='Upgrade and migration tools', long_description=readme, + long_description_content_type='text/x-rst', author='GISCE-TI, S.L.', author_email='devel@gisce.net', url='https://github.com/gisce/oopgrade',