summaryrefslogtreecommitdiff
path: root/wheel/egg2wheel.py
diff options
context:
space:
mode:
Diffstat (limited to 'wheel/egg2wheel.py')
-rwxr-xr-xwheel/egg2wheel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wheel/egg2wheel.py b/wheel/egg2wheel.py
index 94d727c..e8d3153 100755
--- a/wheel/egg2wheel.py
+++ b/wheel/egg2wheel.py
@@ -51,6 +51,7 @@ def egg2wheel(egg_path, dest_dir):
bw = _bdist_wheel_tag(distutils.dist.Distribution())
bw.root_is_pure = root_is_purelib
+ bw.python_tag = pyver
bw.plat_name_supplied = True
bw.plat_name = egg_info['arch'] or 'any'
if not root_is_purelib: