From e93b2efdeaf87af4903dd14a502f94b18f577bab Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 25 Feb 2021 22:35:05 +0000 Subject: [PATCH] PEP 427: Point to spec on packaging.python.org (GH-1840) --- pep-0427.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0427.txt b/pep-0427.txt index e60c93c97..2ef81b14f 100644 --- a/pep-0427.txt +++ b/pep-0427.txt @@ -12,6 +12,13 @@ Created: 20-Sep-2012 Post-History: 18-Oct-2012, 15-Feb-2013 Resolution: https://mail.python.org/pipermail/python-dev/2013-February/124103.html +Canonical specification +======================= + +The canonical version of the wheel format specification is now maintained at +https://packaging.python.org/specifications/binary-distribution-format/ . +This may contain amendments relative to this PEP. + Abstract ========