Skip to content

Commit fac564f

Browse files
authored
Merge pull request #162 from pypa/debt/remove-bdist_msi
Remove the bdist_msi command
2 parents da843e7 + 1c269f5 commit fac564f

File tree

7 files changed

+2
-1174
lines changed

7 files changed

+2
-1174
lines changed

conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
if platform.system() != 'Windows':
1313
collect_ignore.extend(
1414
[
15-
'distutils/command/bdist_msi.py',
1615
'distutils/msvc9compiler.py',
1716
]
1817
)

distutils/command/bdist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class bdist(Command):
8686
'ztar': ('bdist_dumb', "compressed tar file"),
8787
'tar': ('bdist_dumb', "tar file"),
8888
'zip': ('bdist_dumb', "ZIP file"),
89-
'msi': ('bdist_msi', "Microsoft Installer"),
9089
}
9190
)
9291

0 commit comments

Comments
 (0)