Skip to content

Commit 88a71b1

Browse files
henryiiiwebknjaz
andauthored
Update source/tutorials/packaging-projects.rst
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent b79746b commit 88a71b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ project's root directory - you will add content to them in the following steps.
5151
│   └── __init__.py
5252
├── pyproject.toml
5353
├── setup.cfg
54-
├── setup.py # optional
54+
├── setup.py # optional, needed to make editable pip installs work
5555
└── tests
5656
5757

0 commit comments

Comments
 (0)