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

Remove distutils use from setup.py #4478

Closed

Commits on Mar 7, 2024

  1. Remove distutils use from setup.py.

    Use logging and setuptools instead.
    bartoldeman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c79ca19 View commit details
    Browse the repository at this point in the history
  2. Appease the hound

    bartoldeman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5327191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c7070 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Use distutils if available (in Py 3.11 and under)

    Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
    bartoldeman and boegel committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7371506 View commit details
    Browse the repository at this point in the history