Skip to content

Commit fde8ad1

Browse files
committed
Fix outdated documentation
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0556d15 commit fde8ad1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cookiecutter/hooks/post_gen_project.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,6 @@ def finish_api_setup() -> None:
357357
358358
* Rename `src` to `py`
359359
* Rename `tests` to `pytests`
360-
* Create `submodules` folder
361-
* Create `.gitmodules` file
362-
* Initialize submodules
363360
"""
364361
_pathlib.Path("src").rename("py")
365362
_pathlib.Path("tests").rename("pytests")

0 commit comments

Comments
 (0)