diff options
author | Bastian Venthur <venthur@debian.org> | 2019-05-18 12:38:09 +0200 |
---|---|---|
committer | Bastian Venthur <venthur@debian.org> | 2019-05-18 12:38:09 +0200 |
commit | 4521d88caac6a68a1baf55c401589f8ce7b04243 (patch) | |
tree | f9b9d7af1d851804104c9baab848f9f9ead33ba7 | |
parent | e21b663802f7ca97c1cd4c2866338c0129e9a502 (diff) | |
download | external_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.txt | 4 |
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. |