Skip to content

Commit 7374c85

Browse files
committed
remove leftover setuptools
1 parent dcbede0 commit 7374c85

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/tutorial/layout.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ By the end, your project layout will look like this:
8181
│ ├── test_auth.py
8282
│ └── test_blog.py
8383
├── .venv/
84-
├── pyproject.toml
85-
└── MANIFEST.in
84+
└── pyproject.toml
8685
8786
If you're using version control, the following files that are generated
8887
while running your project should be ignored. There may be other files
@@ -103,8 +102,4 @@ write. For example, with git:
103102
.coverage
104103
htmlcov/
105104
106-
dist/
107-
build/
108-
*.egg-info/
109-
110105
Continue to :doc:`factory`.

0 commit comments

Comments
 (0)