File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
manylinux
2
2
=========
3
3
4
-
4
+
5
5
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
7
9
8
10
The goal of the manylinux project is to provide a convenient way to
9
11
distribute binary Python extensions as wheels on Linux. So far our
10
12
main accomplishment is `PEP 513
11
13
<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.
16
20
17
21
This repository hosts several manylinux-related things:
18
22
You can’t perform that action at this time.
0 commit comments