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

Conversation

j-t-1
Copy link
Contributor

@j-t-1 j-t-1 commented Jul 4, 2024

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

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
@erocarrera erocarrera merged commit d0e477f into erocarrera:master Aug 26, 2024
3 checks passed
@j-t-1 j-t-1 deleted the distutils branch September 5, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants