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
When installing a package that still has setup.py and setup.cfg, like the projects this template generates, pip or setuptools (can't be bothered to track down which) complains that a setup.py installation is deprecated.
This template should be updated for Sopel 8 anyway, and that'll be a good time to switch it over to pyproject.toml, maybe with a Makefile to go along with it so the package can be built with make instead of python3 -m build.
The text was updated successfully, but these errors were encountered:
When installing a package that still has
setup.py
andsetup.cfg
, like the projects this template generates,pip
orsetuptools
(can't be bothered to track down which) complains that asetup.py
installation is deprecated.This template should be updated for Sopel 8 anyway, and that'll be a good time to switch it over to
pyproject.toml
, maybe with aMakefile
to go along with it so the package can be built withmake
instead ofpython3 -m build
.The text was updated successfully, but these errors were encountered: