NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

fix: The Poetry key for dependency groups is `[tool.poetry.group]` #77

Closed NiklasRosenstein closed 1 year ago

NiklasRosenstein commented 1 year ago

Not [tool.poetry.groups]. We now support both but show a warning if the latter is used to inform the user that they should be using group instead.