Closed chritter closed 2 years ago
Hello,
There is no section for declaring the required dependencies. Of course there might be none as you removed the original cookiecutter dependency on click, but I would still add it to the setup.cfg since you opted for it:
[options] #... install_requires =
It's probably also a good idea to include support for extras that we expect people to encounter, like a dev state that includes the linter packages.
Hello,
There is no section for declaring the required dependencies. Of course there might be none as you removed the original cookiecutter dependency on click, but I would still add it to the setup.cfg since you opted for it: