diff options
| author | Dustin Ingram <di@users.noreply.github.com> | 2017-08-28 12:31:48 -0500 |
|---|---|---|
| committer | Dustin Ingram <di@users.noreply.github.com> | 2017-08-28 12:32:12 -0500 |
| commit | 6b65f6b0a4e116dc56217ad8bc92e2a57d8c15a3 (patch) | |
| tree | e7dcb06b9c1bf878d20b13fa023225f05d4805fc /docs | |
| parent | ffc5f66bf730106854bd2bf41da494d5a17dcc46 (diff) | |
| download | external_python_setuptools-6b65f6b0a4e116dc56217ad8bc92e2a57d8c15a3.tar.gz external_python_setuptools-6b65f6b0a4e116dc56217ad8bc92e2a57d8c15a3.tar.bz2 external_python_setuptools-6b65f6b0a4e116dc56217ad8bc92e2a57d8c15a3.zip | |
Add long_description_content_type to metadata table
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setuptools.txt | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 45d746d2..531d727c 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2394,27 +2394,28 @@ Metadata Aliases given below are supported for compatibility reasons, but not advised. -================= ================= ===== -Key Aliases Accepted value type -================= ================= ===== -name str -version attr:, str -url home-page str -download_url download-url str -author str -author_email author-email str -maintainer str -maintainer_email maintainer-email str -classifiers classifier file:, list-comma -license file:, str -description summary file:, str -long_description long-description file:, str -keywords list-comma -platforms platform list-comma -provides list-comma -requires list-comma -obsoletes list-comma -================= ================= ===== +============================== ================= ===== +Key Aliases Accepted value type +============================== ================= ===== +name str +version attr:, str +url home-page str +download_url download-url str +author str +author_email author-email str +maintainer str +maintainer_email maintainer-email str +classifiers classifier file:, list-comma +license file:, str +description summary file:, str +long_description long-description file:, str +long_description_content_type str +keywords list-comma +platforms platform list-comma +provides list-comma +requires list-comma +obsoletes list-comma +============================== ================= ===== .. note:: |
