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

Remove setup.py in favor of build package #262

Merged
merged 1 commit into from Jun 28, 2022
Merged

Remove setup.py in favor of build package #262

merged 1 commit into from Jun 28, 2022

Commits on Jun 28, 2022

  1. Remove setup.py in favor of build package

    setuptool no longer recommends using setup.py. Instead, build the
    package using:
    
        python -m build
    
    The command builds both the sdist and wheel.
    
    For additional information, see:
    https://setuptools.pypa.io/en/latest/userguide/quickstart.html
    jdufresne committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    095af10 View commit details
    Browse the repository at this point in the history