Closed 0num4 closed 3 months ago
Looks like this happens if there is no [tool.rye]
section in pyproject.toml
.
Same happens with --excluded
option
This actually happens, because if the [tool.rye]
table is not presented in pyproject.toml
then it is not created as a table but rather as a value
I've started implementing a fix, so this can be assigned to me if you don't mind
Oh, I was about to create a pull request, but someone beat me to it. But thank you!
Steps to Reproduce
migrate other package management system(e.g. poetry)
When running the
rye sync
command it works correctly.When running above command, a strange description is made in pyproject.toml.
Expected Result
add tool.rye section in pyproject.toml
Actual Result
a strange description is made in pyproject.toml.
Version Info
Stacktrace
No response