diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-15 16:05:05 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-15 16:05:05 -0700 |
commit | 9405d8cbc56c8347daf28e2309d5398947bc37b4 (patch) | |
tree | 2d5abe9d6df245ded8686ed0c7963d91c4dc6b58 /scripts/make_errors.py | |
parent | 6b6b1a6e8d5d831fe17b168b4bf33d2c22bb2cc0 (diff) |
Drop legacy distutils in setup.py
distutils is not recommended for use and unnecessary for modern Python
environments. Use only setuptools instead. From
https://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.
Diffstat (limited to 'scripts/make_errors.py')
0 files changed, 0 insertions, 0 deletions