-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base: main
Are you sure you want to change the base?
Conversation
78243a1
to
234cc69
Compare
234cc69
to
df733b8
Compare
We should probably test with a Poetry project, e.g. astral-sh/packse@21e7d6b (the commit before I switched to uv!) |
Added a test with Poetry |
d6cc33d
to
ce8f15e
Compare
] | ||
bar = [ | ||
"pyyaml>=6.0.1,<7.0.0", | ||
] |
There was a problem hiding this comment.
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.
Summary
Resolves #6277
Test Plan
cargo test