hamster-gtk icon indicating copy to clipboard operation
hamster-gtk copied to clipboard

installation depends on 'setuptools'

Open elbenfreund opened this issue 7 years ago • 0 comments

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.

elbenfreund avatar Jul 03 '17 15:07 elbenfreund