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

Drop legacy distutils in setup.py #397

Merged
merged 1 commit into from
Mar 24, 2020
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Mar 24, 2020

Distutils is not recommended for use and unnecessary for modern Python environments. Use only setuptools instead. From docs.python.org/3/library/distutils.html:

Most Python users will not want to use this module directly, but instead use the cross-version tools maintained by the Python Packaging Authority. In particular, setuptools is an enhanced alternative to distutils ...
The recommended pip installer runs all setup.py scripts with setuptools, even if the script itself only imports distutils. Refer to the Python Packaging User Guide for more information.

@hugovk hugovk added the changelog: Changed For changes in existing functionality label Mar 24, 2020
@hugovk hugovk merged commit 561a488 into ultrajson:master Mar 24, 2020
@hugovk hugovk deleted the rm-distutils branch March 24, 2020 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Changed For changes in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant