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

Modernization: introduce pyproject.toml for setuptools configuration #655

Merged
merged 25 commits into from Oct 23, 2022

Commits on Oct 17, 2022

  1. Copy the full SHA
    760f34e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    43c30f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    612651a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1092ee8 View commit details
    Browse the repository at this point in the history
  5. Relocate platform-specific binary installation of lxml from GitHub Ac…

    …tions workflow into tox.ini
    jayaddison committed Oct 17, 2022
    Copy the full SHA
    fe9bcc6 View commit details
    Browse the repository at this point in the history
  6. Nitpick: disambiguate between platform regex and tox environment name…

    … for darwin (regex: darwin, environment name: py-darwin)
    jayaddison committed Oct 17, 2022
    Copy the full SHA
    520b386 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Copy the full SHA
    5051258 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fba55ca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Copy the full SHA
    be58720 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d5b44a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    91aaf3a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Copy the full SHA
    d25b602 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5900d6e View commit details
    Browse the repository at this point in the history
  3. Consistency / compatibility: maintain package name produced by former…

    … setup.py configuration
    jayaddison committed Oct 22, 2022
    Copy the full SHA
    a1e2663 View commit details
    Browse the repository at this point in the history
  4. Let's keep the scrapers in the package, too

    The wildcard blob in 5900d6e (used to make sure that settings and plugins are included) doesn't match the top-level module
    jayaddison committed Oct 22, 2022
    Copy the full SHA
    2f86911 View commit details
    Browse the repository at this point in the history
  5. Add an exclude entry for the tests modules, corresponding to the prev…

    …ious MANIFEST.in approach [skip ci]
    jayaddison committed Oct 22, 2022
    Copy the full SHA
    9fe154e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    16a05f2 View commit details
    Browse the repository at this point in the history
  7. Remove setup.py file

    hhursev committed Oct 22, 2022
    Copy the full SHA
    986c8d8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ec92eed View commit details
    Browse the repository at this point in the history
  9. Bump version to test build

    hhursev committed Oct 22, 2022
    Copy the full SHA
    5d9cad4 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d4c1f13 View commit details
    Browse the repository at this point in the history
  11. Run the test_publish action on push in this branch first. Couldnt fig…

    …ure out how to do it through GH UI
    hhursev committed Oct 22, 2022
    Copy the full SHA
    f00c5fc View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b6142d1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ab117c7 View commit details
    Browse the repository at this point in the history
  14. Revert "Bump version to test build"

    This reverts commit 5d9cad4.
    hhursev committed Oct 22, 2022
    Copy the full SHA
    4adc3cb View commit details
    Browse the repository at this point in the history