summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Altendorf <sda@fstab.net>2019-01-12 22:05:30 -0500
committerGitHub <noreply@github.com>2019-01-12 22:05:30 -0500
commitf26c540e38171d7b913fbdccbd527bb3e073aa66 (patch)
tree9a8959b6d5e740c023258cdfa125c5fbd702ac97
parent3fd3585a7ed0150f03adbf8ee77c342da53f6aac (diff)
downloadnatsort-f26c540e38171d7b913fbdccbd527bb3e073aa66.tar.gz
Specify long_description_content_type = text/x-rst
I believe this will fix the lack of RST rendering on PyPI.
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 920a40d..74acfb4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,6 +10,7 @@ author_email = drtuba78@gmail.com
url = https://github.com/SethMMorton/natsort
description = Simple yet flexible natural sorting in Python.
long_description = file: README.rst
+long_description_content_type = text/x-rst
license = MIT
license_file = LICENSE
classifiers =