summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/setuptools.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 46103b25..f2774b65 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -2434,9 +2434,9 @@ Metadata
The aliases given below are supported for compatibility reasons,
but their use is not advised.
-============================== ================= =====
-Key Aliases Type
-============================== ================= =====
+============================== ================= ================= ===============
+Key Aliases Type Minumum Version
+============================== ================= ================= ===============
name str
version attr:, file:, str
url home-page str
@@ -2450,13 +2450,13 @@ classifiers classifier file:, list-comma
license file:, str
description summary file:, str
long_description long-description file:, str
-long_description_content_type str
+long_description_content_type str 38.6.0
keywords list-comma
platforms platform list-comma
provides list-comma
requires list-comma
obsoletes list-comma
-============================== ================= =====
+============================== ================= ================= ===============
.. note::
A version loaded using the ``file:`` directive must comply with PEP 440.