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

Pep 517 #1668

Merged
merged 24 commits into from
Oct 8, 2022
Merged

Pep 517 #1668

merged 24 commits into from
Oct 8, 2022

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    d74c52a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7efab26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    427e2a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0049a92 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Add removals to MANIFEST

    This is needed because the setuptools_scm automatically adds all files tracked by git
    BobDotCom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    717fcbf View commit details
    Browse the repository at this point in the history
  2. Remove logic from setup.py

    This file remains in order to support older build environments, but only needs a single setup() call with no parameters
    BobDotCom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a01588a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    748ce24 View commit details
    Browse the repository at this point in the history
  4. Update runtime version discovery

    This now supports the new versioning system with setuptools_scm
    BobDotCom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d51cb5d View commit details
    Browse the repository at this point in the history
  5. Update deprecated info

    BobDotCom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9e393de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d90a37f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb86805 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2e8568 View commit details
    Browse the repository at this point in the history
  9. Remove debug lines

    BobDotCom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a246ae9 View commit details
    Browse the repository at this point in the history
  10. Use star import

    BobDotCom committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    15fb107 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5293005 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    3cb4f89 View commit details
    Browse the repository at this point in the history
  2. Remove version variable

    BobDotCom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    51b0fb8 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    BobDotCom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b69a458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb2a5c View commit details
    Browse the repository at this point in the history
  5. Install package with docs

    BobDotCom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6e52188 View commit details
    Browse the repository at this point in the history
  6. Fix circular import

    BobDotCom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e9b7f14 View commit details
    Browse the repository at this point in the history
  7. Fix regex bug

    BobDotCom committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ef1e51e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    446a098 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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