Skip to content
Closed
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
13 changes: 7 additions & 6 deletions pep-0639.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PEP: 639
Title: Metadata for Python Software Packages 2.2
Title: Metadata for Python Software Packages 2.3
Version: $Revision$
Last-Modified: $Date$
Author: Philippe Ombredanne <pombredanne at nexb.com>
Expand All @@ -19,7 +19,7 @@ Resolution:
Abstract
========

This PEP describes the changes between versions 2.1 and 2.2 of the `Core
This PEP describes the changes between versions 2.2 and 2.3 of the `Core
Metadata Specification` [#cms]_ for Python packages. Version 2.1 is specified in
PEP 566.

Expand Down Expand Up @@ -179,7 +179,7 @@ document as part of this PEP are described here and will be added to the
canonical source once this PEP is approved.


Added in Version 2.2
Added in Version 2.3
--------------------

License-File (multiple use)
Expand All @@ -192,7 +192,7 @@ Build tools SHOULD honor this field and include the corresponding license
file(s) in the built package.


Changed in Version 2.2
Changed in Version 2.3
----------------------

License (optional)
Expand Down Expand Up @@ -348,7 +348,7 @@ author construct a license expression which expresses their intent.
Summary of Differences From PEP 566
===================================

* Metadata-Version is now 2.2.
* Metadata-Version is now 2.3.
* Added one new field: ``License-File``
* Updated the documentation of two fields: ``License`` and ``Classifier``

Expand Down Expand Up @@ -796,13 +796,14 @@ Conventions used by other ecosystems
References
==========

This document specifies version 2.2 of the metadata format.
This document specifies version 2.3 of the metadata format.

- Version 1.0 is specified in PEP 241.
- Version 1.1 is specified in PEP 314.
- Version 1.2 is specified in PEP 345.
- Version 2.0, while not formally accepted, was specified in PEP 426.
- Version 2.1 is specified in PEP 566.
- Version 2.2 is specified in PEP 643.

.. [#cms] https://packaging.python.org/specifications/core-metadata
.. [#cdstats] https://clearlydefined.io/stats
Expand Down