From 7206c1fc35eb32d0006591e6defcc65ded40cfa0 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 18 Feb 2022 14:33:10 +0100 Subject: [PATCH] Ensure that twine check returns no warnings Set the long_description_content_type to text/x-rst Signed-off-by: Philippe Ombredanne --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index eec6f7f1..e6e5c3ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ license = Apache-2.0 AND BSD-3-Clause AND MIT # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 description = A mostly universal library to parse and compare software package versions and version ranges. A companion to Package URLs. long_description = file:README.rst +long_description_content_type = text/x-rst url = https://github.com/nexB/univers classifiers = Development Status :: 5 - Production/Stable