GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)

Remove reference to Distutils in ``cx_Freeze``'s description
This commit is contained in:
Adam Turner 2023-08-16 21:23:12 +01:00 committed by GitHub
parent 199438b7cc
commit 57fcf96e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1246,8 +1246,8 @@ shipped with PyWin32. It is an embeddable IDE with a built-in debugger.
cx_Freeze
---------
`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ is a ``distutils``
extension which wraps Python scripts into executable Windows programs
`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_
wraps Python scripts into executable Windows programs
(:file:`{*}.exe` files). When you have done this, you can distribute your
application without requiring your users to install Python.