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 fallback in setup.py #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Drop legacy distutils fallback in setup.py #115

wants to merge 1 commit into from

Commits on Dec 6, 2020

  1. Drop legacy distutils fallback 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.
    jdufresne committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    eb52a1b View commit details
    Browse the repository at this point in the history