From cb73b18bce95401f759ddba6e6da2563e1c150bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Sep 2017 23:59:46 +0200 Subject: [PATCH] It's manylinux1_i686, not manylinux1_i386 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a975971..9435b119 100644 --- a/README.md +++ b/README.md @@ -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`)