python-hospital / hospital

Tools to diagnose Python projects (supervision, monitoring).
Other
40 stars 8 forks source link

Remove setuptools from install_require in setup.py #85

Closed FlogFr closed 7 years ago

FlogFr commented 7 years ago

setuptools is considered unsafe to be set in install_require as all the setup requirements for a project (python packaging pip related for instance).

This PR remove it from the install_require. This also avoids some conflicts or warning from other projects.

FlogFr commented 7 years ago

Shinx build is broken because of a broken link. PR is ready for review