File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55from usethis ._integrations .file .pyproject_toml .errors import PyprojectTOMLError
66from usethis ._integrations .file .pyproject_toml .name import get_description
77from usethis ._integrations .project .name import get_project_name
8- from usethis ._integrations .uv .init import ensure_pyproject_toml
98
109
1110def add_readme () -> None :
@@ -19,8 +18,6 @@ def add_readme() -> None:
1918 else :
2019 return
2120
22- ensure_pyproject_toml ()
23-
2421 project_name = get_project_name ()
2522
2623 try :
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ def test_start_from_nothing(
2020 out , err = capfd .readouterr ()
2121 assert not err
2222 assert out == (
23- "✔ Writing 'pyproject.toml'.\n "
2423 "✔ Writing 'README.md'.\n "
2524 "☐ Populate 'README.md' to help users understand the project.\n "
2625 )
You can’t perform that action at this time.
0 commit comments