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

Pyproject tinkering #83

Merged
merged 21 commits into from
May 28, 2024
Merged

Pyproject tinkering #83

merged 21 commits into from
May 28, 2024

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    b01651a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7199ec0 View commit details
    Browse the repository at this point in the history
  3. Keep flake8 happy

    neilflood committed May 27, 2024
    Configuration menu
    Copy the full SHA
    783dee0 View commit details
    Browse the repository at this point in the history
  4. Minor typos

    neilflood committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a6134d3 View commit details
    Browse the repository at this point in the history
  5. Comments now show only needs correct pip. The required setuptools can…

    … be specified in the requires=
    neilflood committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ab70511 View commit details
    Browse the repository at this point in the history
  6. With guaranteed correct setuptools, can remove the fix for pypa/pip/i…

    …ssues/7953. Only need to sys.path modification to get version
    neilflood committed May 27, 2024
    Configuration menu
    Copy the full SHA
    de47cd6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    d2e3c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2309ba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f598d9c View commit details
    Browse the repository at this point in the history
  4. Can I sudo it?

    neilflood committed May 28, 2024
    Configuration menu
    Copy the full SHA
    38d61cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    290c037 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a9f308 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f97d4f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b79c54b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45e450b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4519f69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    634d43b View commit details
    Browse the repository at this point in the history
  12. Turns out I need the pip>=23.0 for editable installs only. Added a no…

    …te about this to pyproject.toml
    neilflood committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5fe690f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e20b5e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c33f92 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    60ba916 View commit details
    Browse the repository at this point in the history