Skip to content

Commit

Permalink
Fixed PyPy2 ABI tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 13, 2020
1 parent 69fc34c commit 3b260ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wheel/bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
from collections import OrderedDict
from email.generator import Generator
from distutils.core import Command
from distutils.sysconfig import get_config_var
from distutils import log as logger
from glob import iglob
from shutil import rmtree
from sysconfig import get_config_var
from zipfile import ZIP_DEFLATED, ZIP_STORED

from packaging import tags
Expand Down

0 comments on commit 3b260ab

Please sign in to comment.