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

Migrate as much as possible to pyproject.toml #1151

Merged
merged 25 commits into from
Feb 22, 2023

Commits on Feb 17, 2023

  1. Explicitly set build-backend

    Just use the default `build-backend` for now, but make it explicit. This
    will also give us a nudge to move off of the legacy backend.
    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6f3ae8f View commit details
    Browse the repository at this point in the history
  2. Add symlinks to README

    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f01fb1b View commit details
    Browse the repository at this point in the history
  3. Use MANIFEST.in to handle package data

    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    fea5f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43cbd29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c04b2 View commit details
    Browse the repository at this point in the history
  6. Require tomli

    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b95a4a2 View commit details
    Browse the repository at this point in the history
  7. Use setuptools package discovery

    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f2bbd70 View commit details
    Browse the repository at this point in the history
  8. Move license file into project

    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    eafe8bd View commit details
    Browse the repository at this point in the history
  9. Move setuptools options back to setup.py

    jakirkham authored and vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6b2ca6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14743e6 View commit details
    Browse the repository at this point in the history
  11. Fix style.

    vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5c898b1 View commit details
    Browse the repository at this point in the history
  12. Fix flake8 pre-commit dir.

    vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9bc840e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca8d812 View commit details
    Browse the repository at this point in the history
  14. Clean up sdist.

    vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6f0a1d2 View commit details
    Browse the repository at this point in the history
  15. Revert "Keep license metadata & add license file in setup"

    This reverts commit 14743e6.
    vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    868968d View commit details
    Browse the repository at this point in the history
  16. Revert "Move setuptools options back to setup.py"

    This reverts commit 6b2ca6a.
    vyasr committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    691e3f8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b27f348 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47d0bbb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ccc313c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a786ed6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: jakirkham <jakirkham@gmail.com>
    vyasr and jakirkham authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6e5c2d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update script doc.

    vyasr committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    dc88c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a52aa5a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Address PR comments.

    vyasr committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    cb02e41 View commit details
    Browse the repository at this point in the history
  2. Also remove sections.

    vyasr committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f3525e1 View commit details
    Browse the repository at this point in the history