What's Changed
Existing data in [project]
section of pyproject.toml
is now preserved by default when migrating. If you prefer that the section is fully replaced, this can be done by setting --replace-project-section
flag, like so:
migrate-to-uv --replace-project-section
Poetry projects that use PEP 621 syntax to define project metadata, for which support was added in Poetry 2.0, are now supported.
Features
- Preserve existing data in
[project]
section ofpyproject.toml
when migrating (#84) - [poetry] Support migrating projects using PEP 621 (#85)
Full Changelog: 0.5.0...0.6.0