hamster-gtk
hamster-gtk copied to clipboard
installation depends on 'setuptools'
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.