summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-02-04 20:36:20 -0800
committerGitHub <noreply@github.com>2019-02-04 20:36:20 -0800
commit96838209b566d4a409aed2358a2bef8e65aca735 (patch)
tree9a8959b6d5e740c023258cdfa125c5fbd702ac97
parent3fd3585a7ed0150f03adbf8ee77c342da53f6aac (diff)
parentf26c540e38171d7b913fbdccbd527bb3e073aa66 (diff)
downloadnatsort-96838209b566d4a409aed2358a2bef8e65aca735.tar.gz
Merge pull request #89 from altendky/patch-1
Specify long_description_content_type = text/x-rst
-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 =