From 7374c85ddefc3f4b177a698ab9f0cbb6a5c0b392 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 2 May 2026 05:59:12 -0700 Subject: [PATCH] remove leftover setuptools --- docs/tutorial/layout.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/tutorial/layout.rst b/docs/tutorial/layout.rst index 6f8e59f4..9f510927 100644 --- a/docs/tutorial/layout.rst +++ b/docs/tutorial/layout.rst @@ -81,8 +81,7 @@ By the end, your project layout will look like this: │ ├── test_auth.py │ └── test_blog.py ├── .venv/ - ├── pyproject.toml - └── MANIFEST.in + └── pyproject.toml If you're using version control, the following files that are generated while running your project should be ignored. There may be other files @@ -103,8 +102,4 @@ write. For example, with git: .coverage htmlcov/ - dist/ - build/ - *.egg-info/ - Continue to :doc:`factory`.