Commit 6b65f6b0 authored by Dustin Ingram's avatar Dustin Ingram

Add long_description_content_type to metadata table

parent ffc5f66b
...@@ -2394,27 +2394,28 @@ Metadata ...@@ -2394,27 +2394,28 @@ Metadata
Aliases given below are supported for compatibility reasons, Aliases given below are supported for compatibility reasons,
but not advised. but not advised.
================= ================= ===== ============================== ================= =====
Key Aliases Accepted value type Key Aliases Accepted value type
================= ================= ===== ============================== ================= =====
name str name str
version attr:, str version attr:, str
url home-page str url home-page str
download_url download-url str download_url download-url str
author str author str
author_email author-email str author_email author-email str
maintainer str maintainer str
maintainer_email maintainer-email str maintainer_email maintainer-email str
classifiers classifier file:, list-comma classifiers classifier file:, list-comma
license file:, str license file:, str
description summary file:, str description summary file:, str
long_description long-description file:, str long_description long-description file:, str
keywords list-comma long_description_content_type str
platforms platform list-comma keywords list-comma
provides list-comma platforms platform list-comma
requires list-comma provides list-comma
obsoletes list-comma requires list-comma
================= ================= ===== obsoletes list-comma
============================== ================= =====
.. note:: .. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment