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

Replace setup.py with PyPA "build" #363

Merged
merged 3 commits into from
Dec 1, 2022
Merged

Replace setup.py with PyPA "build" #363

merged 3 commits into from
Dec 1, 2022

Commits on Nov 24, 2022

  1. Replace setup.py with PyPA "build"

    Use the build package to generate source and wheel distributions.
    This means we can remove the setup.py file entirely since it's not
    needed. Update the GitHub Actions workflows to match.
    
    Inspired in fatiando/verde#371
    santisoler committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e6a5c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b6ed2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    358c17d View commit details
    Browse the repository at this point in the history