File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,11 @@ resulting build logs can be found at
33
33
The ` .travis.yml ` file instructs Travis to run the script
34
34
` travis/build-wheels.sh ` inside of the 32-bit and 64-bit manylinux1 docker
35
35
build environments. This script builds the package using ` pip ` . But these
36
- wheels link against an external library. So to create self-contained libraries ,
36
+ wheels link against an external library. So to create self-contained wheels ,
37
37
the build script runs the wheels through
38
- [ ` auditwheel ` ] ( https://pypi.python.org/pypi/auditwheel ) .
38
+ [ ` auditwheel ` ] ( https://pypi.python.org/pypi/auditwheel ) , which copies the external
39
+ library into the wheel itself, so that users won't need to install any extra non-PyPI
40
+ dependencies.
39
41
40
42
Code of Conduct
41
43
---------------
You can’t perform that action at this time.
0 commit comments