diff --git a/pep-0314.txt b/pep-0314.txt index 692307da2..52d263aff 100644 --- a/pep-0314.txt +++ b/pep-0314.txt @@ -88,15 +88,22 @@ Fields POSIX, MacOS, Windows, BeOS, PalmOS. - Binary distributions will use the Supported-Platform field in - their metadata to specify the OS and CPU for which the binary - package was compiled. The semantics of the Supported-Platform - are not specified in this PEP. - Example: Platform: POSIX, Windows + Supported-Platform + + Binary distributions containing a PKG-INFO file will use the + Supported-Platform field in their metadata to specify the OS and + CPU for which the binary package was compiled. The semantics of + the Supported-Platform field are not specified in this PEP. + + Example: + + Supported-Platform: RedHat 7.2 + Supported-Platform: i386-win32-2791 + Summary A one-line summary of what the package does.