v1.4.0 (2024-06-17) #184
mtkennerly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The plugin now supports Poetry's upcoming PEP-621 functionality. More info here: Use the [project] section in pyproject.toml according to PEP-621 python-poetry/poetry#3332
If your pyproject.toml defines
tool.poetry.name
, then the plugin will preserve its existing behavior.However, if your pyproject.toml:
tool.poetry.name
project.name
project.dynamic
to include"version"
project.version
...then the plugin will enable its PEP-621 functionality.
Because PEP-621 support is not yet released and finalized in Poetry itself, it is also subject to change in the plugin.
(Prototyped by edgarrmondragon)
This discussion was created from the release v1.4.0 (2024-06-17).
Beta Was this translation helpful? Give feedback.
All reactions