Skip to content

Commit 061642f

Browse files
committed
fix tree
1 parent 44c69fa commit 061642f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/09-packages/python-packages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ git clone https://github.com/sbu-python-class/mymodule.git
3030
The directory structure appears as:
3131

3232
```
33-
mymodule
33+
mymodule/
3434
├── mymodule
3535
│   ├── __init__.py
3636
│   └── mandel.py
37+
├── pyproject.toml
3738
└── README.md
3839
```
3940

0 commit comments

Comments
 (0)