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.pysetup.py to fall back to importing setup from setuptools if distutils is not available
Use logging and setuptools instead.