alan-turing-institute / python-project-template

15 stars 3 forks source link

Remove support for poetry and hatchling backends #43

Closed phinate closed 5 months ago

phinate commented 5 months ago

For ease of maintenance mainly. Also, I don't feel like we add too much value in this space, since one can run

poetry new my-project

or

hatch new "my project"

to get 80% of the same thing. I rarely use either!