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

Add uv init --from-project <path> #6374

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

blueraft
Copy link
Contributor

Summary

Resolves #6277

Test Plan

cargo test

@zanieb zanieb added the enhancement New feature or improvement to existing functionality label Aug 21, 2024
@zanieb
Copy link
Member

zanieb commented Aug 21, 2024

We should probably test with a Poetry project, e.g. astral-sh/packse@21e7d6b (the commit before I switched to uv!)

@blueraft
Copy link
Contributor Author

Added a test with Poetry

]
bar = [
"pyyaml>=6.0.1,<7.0.0",
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build system metadata is now gone since the 0.4 update. But I'm not sure if initialising as an application is the best default here though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add uv init --from-project <path> to import from other tools
3 participants