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
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
The run-time operation of ‘gandi.cli’ does not use Setuptools. So it seems that the declared dependency on ‘setuptools’ is superfluous for installing this package.
The text was updated successfully, but these errors were encountered:
Note that the tool for installing a library is not one of the run-time dependencies of the library. So ‘install_requires’ should not specify ‘setuptools’, because any Python install tool (e.g. Pip) can be used instead.
The run-time operation of ‘gandi.cli’ does not use Setuptools. So it seems that the declared dependency on ‘setuptools’ is superfluous for installing this package.
The text was updated successfully, but these errors were encountered: