diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2022-08-15 17:59:20 +0200 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-08-15 17:59:20 +0200 |
| commit | ba0d5f528c6c156d1611e5248b7c66c4f23b63a7 (patch) | |
| tree | bcc4b2b28f7bab376c5e8eb96f86377d6489eac2 /setup.cfg | |
| parent | 803e093018cd34c2df51908d152e4a018a68df0e (diff) | |
| download | pygments-git-2.13.0.tar.gz | |
Set description type in setup.cfg2.13.0
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = |
