Merge pull request #38 from hroncok/patch-1

It's manylinux1_i686, not manylinux1_i386
This commit is contained in:
Joe Rickerby
2017-09-19 12:20:37 +01:00
committed by GitHub
+1 -1
View File
@@ -139,7 +139,7 @@ The format is `python_tag-platform_tag`. The tags are as defined in [PEP 0425](h
Python tags look like `cp27` `cp34` `cp35` `cp36`
Platform tags look like `macosx_10_6_intel` `manylinux1_x86_64` `manylinux1_i386` `win32` `win_amd64`
Platform tags look like `macosx_10_6_intel` `manylinux1_x86_64` `manylinux1_i686` `win32` `win_amd64`
You can also use shell-style globbing syntax (as per `fnmatch`)