diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-09-07 10:34:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 10:34:27 (GMT) |
commit | eb254b43d2916ef8c0e9ca815fe047411d848aae (patch) | |
tree | 0b6701104ee3a7371daba5081b4d5c282c3bfbd6 /PCbuild | |
parent | 533e725821b15e2df2cd4479a34597c1d8faf616 (diff) | |
download | cpython-eb254b43d2916ef8c0e9ca815fe047411d848aae.zip cpython-eb254b43d2916ef8c0e9ca815fe047411d848aae.tar.gz cpython-eb254b43d2916ef8c0e9ca815fe047411d848aae.tar.bz2 |
bpo-45124: Remove the bdist_msi command (GH-28195)
The bdist_msi command, deprecated in Python 3.9, is now removed.
Use bdist_wheel (wheel packages) instead.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index ded02b0..ee22513 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -159,7 +159,6 @@ <Compile Include="distutils\cmd.py" /> <Compile Include="distutils\command\bdist.py" /> <Compile Include="distutils\command\bdist_dumb.py" /> - <Compile Include="distutils\command\bdist_msi.py" /> <Compile Include="distutils\command\bdist_rpm.py" /> <Compile Include="distutils\command\build.py" /> <Compile Include="distutils\command\build_clib.py" /> @@ -200,7 +199,6 @@ <Compile Include="distutils\tests\test_archive_util.py" /> <Compile Include="distutils\tests\test_bdist.py" /> <Compile Include="distutils\tests\test_bdist_dumb.py" /> - <Compile Include="distutils\tests\test_bdist_msi.py" /> <Compile Include="distutils\tests\test_bdist_rpm.py" /> <Compile Include="distutils\tests\test_build.py" /> <Compile Include="distutils\tests\test_build_clib.py" /> @@ -1181,7 +1179,6 @@ <Compile Include="test\test_mmap.py" /> <Compile Include="test\test_module.py" /> <Compile Include="test\test_modulefinder.py" /> - <Compile Include="test\test_msilib.py" /> <Compile Include="test\test_multibytecodec.py" /> <Compile Include="test\test_multiprocessing_fork.py" /> <Compile Include="test\test_multiprocessing_forkserver.py" /> |