summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2022-08-15 17:59:20 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2022-08-15 17:59:20 +0200
commitba0d5f528c6c156d1611e5248b7c66c4f23b63a7 (patch)
treebcc4b2b28f7bab376c5e8eb96f86377d6489eac2 /setup.cfg
parent803e093018cd34c2df51908d152e4a018a68df0e (diff)
downloadpygments-git-2.13.0.tar.gz
Set description type in setup.cfg2.13.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a5908226..5e18c4fd 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 =