Plugin to migrate pyproject.toml from Poetry v1 to v2 (PEP-621 compliant) #10115
zyf722
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Look great @zyf722 👍 I would have some minor, optical suggestions:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to the community!
I've created a simple plugin for Poetry that helps you migrate your
pyproject.toml
files from Poetry v1 to v2 with PEP-621 standards.With
poetry migrate
and an interactive CLI, you can easily migrate yourpyproject.toml
files from:to
Feel free to check it out if you think it could be useful: https://github.com/zyf722/poetry-plugin-migrate
Beta Was this translation helpful? Give feedback.
All reactions