Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Poetry package metadata #8

Closed
mkniewallner opened this issue Dec 26, 2024 · 1 comment · Fixed by #16
Closed

Migrate Poetry package metadata #8

mkniewallner opened this issue Dec 26, 2024 · 1 comment · Fixed by #16
Labels
enhancement New feature or request manager:poetry Relates to Poetry package manager

Comments

@mkniewallner
Copy link
Owner

Right now, Poetry package specification defined in packages and include/exclude is not converted, with a warning displayed if those keys are found.

uv build backend is currently in preview (astral-sh/uv#8779), and could change before it is considered stable, so it's probably safe to not implement this right now, or to use a different build backend in the meantime (for instance hatchling, which is also the default backend used by uv when creating a library).

@mkniewallner mkniewallner added the manager:poetry Relates to Poetry package manager label Dec 26, 2024
@mkniewallner
Copy link
Owner Author

One way to implement that could be to default to a stable build backend for the migration, and add a --build-backend argument to be able to choose uv (with maybe a warning to warn users that this is not stable yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request manager:poetry Relates to Poetry package manager
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant