summaryrefslogtreecommitdiff
path: root/wheel/pep425tags.py
diff options
context:
space:
mode:
Diffstat (limited to 'wheel/pep425tags.py')
-rw-r--r--wheel/pep425tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheel/pep425tags.py b/wheel/pep425tags.py
index a6220ea..2cf2230 100644
--- a/wheel/pep425tags.py
+++ b/wheel/pep425tags.py
@@ -60,7 +60,7 @@ def get_supported(versions=None):
soabi = sysconfig.get_config_var('SOABI')
if soabi and soabi.startswith('cpython-'):
- abis[0:0] = ['cp' + soabi.split('-', 1)[-1]]
+ abis[0:0] = ['cp' + soabi.split('-')[1]]
abi3s = set()
import imp