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 tool settings from setup.cfg to pyproject.toml #363

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2023

  1. Migrate from setup.{py,cfg} to pyproject.toml

    This also requires additional exclusions or pytype will get confused
    pepoluan committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2a5d3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb3275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a756a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21700dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26f736f View commit details
    Browse the repository at this point in the history
  6. Move pytype config to pyproject.toml

    ... and delete setup.cfg
    pepoluan committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c9e1570 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80c7bf5 View commit details
    Browse the repository at this point in the history
  8. Update README.rst

    Because we no longer have `setup.py`
    
    Also add one line to ensure the latest version of pip and setuptools
    pepoluan committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    75cc9d5 View commit details
    Browse the repository at this point in the history