remove leftover setuptools

This commit is contained in:
David Lord 2026-05-02 05:59:12 -07:00
parent dcbede0cb0
commit 7374c85dde
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -81,8 +81,7 @@ By the end, your project layout will look like this:
│ ├── test_auth.py │ ├── test_auth.py
│ └── test_blog.py │ └── test_blog.py
├── .venv/ ├── .venv/
├── pyproject.toml └── pyproject.toml
└── MANIFEST.in
If you're using version control, the following files that are generated If you're using version control, the following files that are generated
while running your project should be ignored. There may be other files while running your project should be ignored. There may be other files
@ -103,8 +102,4 @@ write. For example, with git:
.coverage .coverage
htmlcov/ htmlcov/
dist/
build/
*.egg-info/
Continue to :doc:`factory`. Continue to :doc:`factory`.