8000 dead attribute clean-up · winpython/winpython@639c02d · GitHub
[go: up one dir, main page]

Skip to content

Commit 639c02d

Browse files
committed
dead attribute clean-up
1 parent 2dd302e commit 639c02d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

make.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,6 @@ def rebuild_winpython(basedir, targetdir, architecture=64, verbose=False):
18031803
copy_to=packdir,
18041804
architecture=architecture,
18051805
verbose=verbose,
1806-
installer="bdist_wheel",
18071806
)
18081807

18091808

winpython/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,8 @@ def buildflit_wininst(
689689
copy_to=None,
690690
architecture=None, # shall be unused
691691
verbose=False,
692-
installer='bdist_wininst', # unused
693692
):
694-
"""Build wininst installer from Python package located in *root*
693+
"""Build Wheel from Python package located in *root*
695694
with flit"""
696695
if python_exe is None:
697696
python_exe = sys.executable

0 commit comments

Comments
 (0)
0