-
Notifications
You must be signed in to change notification settings - Fork 203
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
tweak setup.py
to fall back to importing setup
from setuptools
if distutils
is not available
#4478
Conversation
Use logging and setuptools instead.
This is very minimal, but it does allow Using |
distutils
use from setup.py
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
Note: this change isn't needed for |
@bartoldeman Any reason this is still a draft PR? |
I don't think we need it: |
#4484 confirms we don't need these changes, so closing... |
This is a popular false belief :) can you reopen @boegel? |
@bartoldeman Can you look into this again? |
distutils
use from setup.py
setup.py
to fall back to importing setup
from setuptools
if distutils
is not available
Use logging and setuptools instead.