From ba0d5f528c6c156d1611e5248b7c66c4f23b63a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Mon, 15 Aug 2022 17:59:20 +0200 Subject: [PATCH] Set description type in setup.cfg --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a59082268e..5e18c4fd03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,8 @@ license = BSD License author = Georg Brandl author_email = georg@python.org description = Pygments is a syntax highlighting package written in Python. -long_description = file:description.rst +long_description = file: description.rst +long_description_content_type = text/x-rst platforms = any keywords = syntax highlighting classifiers =