Skip to content

Added minumum column in metadata table and version info for long_description_content_type #1539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/1539.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added minumum version column in ``setup.cfg`` metadata table.
10 changes: 5 additions & 5 deletions docs/setuptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down