From 5fe6339aedccfb60e4ffa0dd3de05df31979519f Mon Sep 17 00:00:00 2001 From: Jitka Obselkova Date: Wed, 24 Jan 2024 15:40:21 +0100 Subject: [PATCH] Add long_description_content_type to setup.py to avoid warning --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9bde2bf..730a7ad 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ version=version, description="CVSS2/3/4 library with interactive calculator for Python 2 and Python 3", long_description=long_description, + long_description_content_type="text/x-rst", url="https://github.com/RedHatProductSecurity/cvss", project_urls={ "Releases": "https://github.com/RedHatProductSecurity/cvss/releases",