We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c68f13 + 7366693 commit aae5882Copy full SHA for aae5882
src/project_info.rs
@@ -395,7 +395,7 @@ fn pyo3_python_manager_prompt(default: Option<Pyo3PythonManager>) -> Result<Pyo3
395
396
if input == "1" {
397
Ok(Pyo3PythonManager::Uv)
398
- } else if input == "4" {
+ } else if input == "2" {
399
Ok(Pyo3PythonManager::Setuptools)
400
} else {
401
bail!("Invalid selection");
0 commit comments