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

Use setuptools in setup.py for setup() function #224

Closed
wants to merge 1 commit into from
Closed

Use setuptools in setup.py for setup() function #224

wants to merge 1 commit into from

Commits on Oct 27, 2018

  1. Use setuptools in setup.py for setup() function

    Uses the modern, recommended approach as documented at:
    
    https://docs.python.org/3/library/distutils.html#module-distutils
    
    > 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 that provides: ...
    
    Fixes warning: "Unknown distribution option: 'python_requires'" and more
    importantly, the python_requires will now be honored as that is a
    setuptools only feature.
    
    Allows removing the bdist_wheel command as this is available by default.
    jdufresne committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    5283705 View commit details
    Browse the repository at this point in the history