Skip to content

Commit 2172528

Browse files
MAINT: Work around bug introduced by Versioneer 0.23
python-versioneer/python-versioneer#342
1 parent 2145d9e commit 2172528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: versioneer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ def run(self):
19731973

19741974
# sdist farms its file list building out to egg_info
19751975
if 'egg_info' in cmds:
1976-
_sdist = cmds['egg_info']
1976+
_egg_info = cmds['egg_info']
19771977
else:
19781978
from setuptools.command.egg_info import egg_info as _egg_info
19791979

0 commit comments

Comments
 (0)