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

Start migrating more stuff to pyproject.toml #1333

Closed
wants to merge 8 commits into from
Closed

Commits on Oct 18, 2024

  1. Migrate to a modern Python project where all configuration is in pypr…

    …oject.toml
    
    This includes the following:
    - Remove setup.cfg
    - Remove setup.py
    - Update pyproject.toml with project and tool settings
    - Add build module to Pipfile for building using pyproject.toml
    - Add ruff fast linter/formatter to Pipfile
    - Some very initial minor fixes based on ruff
    - Update invoke tasks in tasks.py to not use setup.py
    tleonhardt committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a330f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0584717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b34df69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78b3a47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7832e94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53542a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b71bbab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f37d47 View commit details
    Browse the repository at this point in the history