cookiecutter-pytest-plugin icon indicating copy to clipboard operation
cookiecutter-pytest-plugin copied to clipboard

Optionally generate a package which uses flit instead of classic setup.py

Open nicoddemus opened this issue 8 years ago • 3 comments

Howdy!

Just passing by to leave this feature suggestion: optionally use flit instead of the classic setup.py for package publishing.

I plan to try out flit some time soon, and realized this was a valid enhancement request for cookiecutter-pytest-plugin. 😉

nicoddemus avatar Aug 22 '17 22:08 nicoddemus

Hey @nicoddemus! 👋

I'm happy to add this as an option if you found it to be a suitable replacement for setup.py 👍

hackebrot avatar Aug 23 '17 12:08 hackebrot

I didn't get a chance of using it myself, but it seems like a great alternative for pure-python projects as is the case with the majority pytest plugins. 😁

nicoddemus avatar Aug 23 '17 12:08 nicoddemus

@nicoddemus flint->flit

gyermolenko avatar Dec 20 '18 11:12 gyermolenko

#61 switched to pyproject.toml, and has nothing setuptools specific other than the build backend, so there's not a whole lot of reason to use flit I think.

bluetech avatar Jan 19 '24 12:01 bluetech