Skip to content

Commit 3a51d5c

Browse files
committed
Merge pull request #36 from ogrisel/patch-1
New mailing list links and pip 8.1 support
2 parents 221d0ce + 4890410 commit 3a51d5c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.rst

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
manylinux
22
=========
33

4-
4+
55

6-
Archives: https://groups.google.com/forum/#!forum/manylinux-discuss
6+
Archives: https://mail.python.org/mailman/listinfo/wheel-builders
7+
8+
Older archives: https://groups.google.com/forum/#!forum/manylinux-discuss
79

810
The goal of the manylinux project is to provide a convenient way to
911
distribute binary Python extensions as wheels on Linux. So far our
1012
main accomplishment is `PEP 513
1113
<https://www.python.org/dev/peps/pep-0513/>`_, which defines the
12-
``manylinux1_x86_64`` and ``manylinux1_i686`` platform tags. These
13-
tags will soon be allowed on PyPI and supported by pip, and will allow
14-
projects to distribute wheels that are automatically installed (and
15-
work!) on the vast majority of desktop and server Linux distributions.
14+
``manylinux1_x86_64`` and ``manylinux1_i686`` platform tags.
15+
16+
These tags are **supported by pip 8.1 and later** and will soon be allowed
17+
on PyPI. They and will allow projects to distribute wheels that are
18+
automatically installed (and work!) on the vast majority of desktop and
19+
server Linux distributions.
1620

1721
This repository hosts several manylinux-related things:
1822

0 commit comments

Comments
 (0)