Skip to content

Commit 144b628

Browse files
armudgalmayeut
authored andcommitted
Changing minor content
- Adding i686 tag in the readme - Updating PEP number in Docker image content
1 parent 40b86fb commit 144b628

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The goal of the manylinux project is to provide a convenient way to
1111
distribute binary Python extensions as wheels on Linux. This effort
1212
has produced `PEP 513 <https://www.python.org/dev/peps/pep-0513/>`_ which
1313
is 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

1616
PEP 513 defined ``manylinux1_x86_64`` and ``manylinux1_i686`` platform tags
1717
and 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
145145
trackers, 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

0 commit comments

Comments
 (0)