Closed eteq closed 7 years ago
That is a good point. I have added a fallback import of setup from distutils. The setup.py
script should work now with both setuptools and distutils.
(This is part of the review in openjournals/joss-reviews#182)
Great, thanks for the real-time peer review, @migueldvb ! ;)
If I try to do a
python setup.py build
on a minimal python setup, I getImportError: No module named setuptools
. There are two solutions I know of:I'd say just do 1, except that its notes say that approach is deprecated. So either of these work.