Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove distutils use #417

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Remove distutils use #417

merged 1 commit into from
Aug 26, 2024

Commits on Jul 4, 2024

  1. Remove distutils use

    setuptools is a better documented and well maintained enhancement based on distutils. While it provides very similar functionality, it is much better able to support users on earlier Python releases, and can respond to bug reports more quickly. A number of platform-specific enhancements already exist in setuptools that have not been added to distutils, and there is been a long-standing recommendation in the distutils documentation to prefer setuptools.
    https://peps.python.org/pep-0632
    j-t-1 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5e0f08b View commit details
    Browse the repository at this point in the history