We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbede0 commit 7374c85Copy full SHA for 7374c85
1 file changed
docs/tutorial/layout.rst
@@ -81,8 +81,7 @@ By the end, your project layout will look like this:
81
│ ├── test_auth.py
82
│ └── test_blog.py
83
├── .venv/
84
- ├── pyproject.toml
85
- └── MANIFEST.in
+ └── pyproject.toml
86
87
If you're using version control, the following files that are generated
88
while running your project should be ignored. There may be other files
@@ -103,8 +102,4 @@ write. For example, with git:
103
102
.coverage
104
htmlcov/
105
106
- dist/
107
- build/
108
- *.egg-info/
109
-
110
Continue to :doc:`factory`.
0 commit comments