You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because our setup.py utilizes setuptools.find_packages() we do depend on python-setuptools.
Right now we import distutils when we can not find setuptools, this however leaves us without find_packages.
It may be best to document the dependency on setuptools and remove the distutils fallback alltogether.
The text was updated successfully, but these errors were encountered:
Because our
setup.py
utilizessetuptools.find_packages()
we do depend onpython-setuptools
.Right now we import
distutils
when we can not findsetuptools
, this however leaves us withoutfind_packages
.It may be best to document the dependency on
setuptools
and remove thedistutils
fallback alltogether.The text was updated successfully, but these errors were encountered: