aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2019-05-18 12:38:09 +0200
committerBastian Venthur <venthur@debian.org>2019-05-18 12:38:09 +0200
commit4521d88caac6a68a1baf55c401589f8ce7b04243 (patch)
treef9b9d7af1d851804104c9baab848f9f9ead33ba7
parente21b663802f7ca97c1cd4c2866338c0129e9a502 (diff)
downloadexternal_python_setuptools-4521d88caac6a68a1baf55c401589f8ce7b04243.tar.gz
external_python_setuptools-4521d88caac6a68a1baf55c401589f8ce7b04243.tar.bz2
external_python_setuptools-4521d88caac6a68a1baf55c401589f8ce7b04243.zip
added long_description_content_type
-rw-r--r--docs/keywords.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/keywords.txt b/docs/keywords.txt
index 7881e285..5086bcf1 100644
--- a/docs/keywords.txt
+++ b/docs/keywords.txt
@@ -20,6 +20,10 @@ associated ``setuptools`` feature.
``long_description``
A string providing a longer description of the package.
+``long_description_content_type``
+ A string specifying the content type is used for the ``long_description``
+ (e.g. ``text/markdown``)
+
``author``
A string specifying the author of the package.