summaryrefslogtreecommitdiff
path: root/wheel/wininst2wheel.py
diff options
context:
space:
mode:
Diffstat (limited to 'wheel/wininst2wheel.py')
-rwxr-xr-xwheel/wininst2wheel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wheel/wininst2wheel.py b/wheel/wininst2wheel.py
index 8ec5230..15f0cdf 100755
--- a/wheel/wininst2wheel.py
+++ b/wheel/wininst2wheel.py
@@ -164,6 +164,7 @@ def bdist_wininst2wheel(path, dest_dir=os.path.curdir):
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 = info['arch'] or 'any'