Skip to content

Commit

Permalink
Update basic-usage to reflect new default to src layout
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
adithyaappu authored Feb 19, 2025
1 parent 6e61c8b commit aef84a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ This will create the `poetry-demo` directory with the following content:
poetry-demo
├── pyproject.toml
├── README.md
├── poetry_demo
│ └── __init__.py
├── src
│ └── poetry_demo
│ └── __init__.py
└── tests
└── __init__.py
```
Expand Down

0 comments on commit aef84a8

Please sign in to comment.