diff options
| -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. |
