Commit 1b98bc20 authored by Paul Ganssle's avatar Paul Ganssle Committed by GitHub

Merge pull request #1539 from vitoace/content-description-doc-issue1236

Added minumum column in metadata table and version info for long_description_content_type
parents 56a7c443 e97921f0
Added minumum version column in ``setup.cfg`` metadata table.
......@@ -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.
......
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