Skip to content

Commit 79c207b

Browse files
adithyaappuabn
authored andcommitted
Update basic-usage to reflect new default to src layout
#10135 The change in folder layout when new project is created, was not updated in the `Basic Usage` documentation. This just updates the structure with the folder layout from the CLI reference.
1 parent 6e61c8b commit 79c207b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/basic-usage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ This will create the `poetry-demo` directory with the following content:
2828
poetry-demo
2929
├── pyproject.toml
3030
├── README.md
31-
├── poetry_demo
32-
│ └── __init__.py
31+
├── src
32+
│ └── poetry_demo
33+
│ └── __init__.py
3334
└── tests
3435
└── __init__.py
3536
```

0 commit comments

Comments
 (0)