sonotley / cookiecutter-snoap

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Remove legacy poetry sections from pyproject.toml #1

Open sonotley opened 1 year ago

sonotley commented 1 year ago

Use the newer PEP621 standard. Possibly move away from templating this in favour of allowing poetry to generate it.

sonotley commented 1 year ago

The latest poetry still creates [tool.poetry] and [tool.poetry.dependencies] even though I think there are PEP-621 variants for these, so need to check current status of PEP-621 support in poetry. A quick comparison shows that Hatch uses PEP-621 sections so perhaps a reason to consider a Hatch variant.