Open dgw opened 10 months ago
Mostly done with #15, though it didn't add a Makefile
. Leaving open until someone gets to that (@Exirel, are you interested?)
Yeah, #15 does most of the necessary work I think. At least from the packaging side.
A Makefile template could be nice, after all I pretty much use the same on all my projects.
Oh and maybe update the Readme of this repo:
Plugin template for Sopel 7 and higher. To use:
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
.