Skip to content

Remove distutils use#417

Merged
erocarrera merged 1 commit intoerocarrera:masterfrom
j-t-1:distutils
Aug 26, 2024
Merged

Remove distutils use#417
erocarrera merged 1 commit intoerocarrera:masterfrom
j-t-1:distutils

Conversation

@j-t-1
Copy link
Copy Markdown
Collaborator

@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
@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