File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The goal of the manylinux project is to provide a convenient way to
1111distribute binary Python extensions as wheels on Linux. This effort
1212has produced `PEP 513 <https://www.python.org/dev/peps/pep-0513/ >`_ which
1313is further enhanced by `PEP 571 <https://www.python.org/dev/peps/pep-0571/ >`_
14- defining ``manylinux2010_x86_64 `` platform tag .
14+ defining ``manylinux2010_x86_64 `` and `` manylinux2010_i686 `` platform tags .
1515
1616PEP 513 defined ``manylinux1_x86_64 `` and ``manylinux1_i686 `` platform tags
1717and the wheels were built on Centos5. Centos5 reached End of Life (EOL) on
@@ -69,7 +69,7 @@ The images currently contain:
6969 build, and can be used to produce wheels named like
7070 ``<pkg>-<version>-cp27-cp27mu-<arch>.whl ``.
7171
72- - Devel packages for all the libraries that PEP 513 allows you to
72+ - Devel packages for all the libraries that PEP 571 allows you to
7373 assume are present on the host system
7474
7575- The `auditwheel <https://pypi.python.org/pypi/auditwheel >`_ tool
@@ -145,4 +145,4 @@ Everyone interacting in the manylinux project's codebases, issue
145145trackers, chat rooms, and mailing lists is expected to follow the
146146`PyPA Code of Conduct `_.
147147
148- .. _PyPA Code of Conduct : https://www.pypa.io/en/latest/code-of-conduct
148+ .. _PyPA Code of Conduct : https://www.pypa.io/en/latest/code-of-conduct
You can’t perform that action at this time.
0 commit comments