remove leftover setuptools
This commit is contained in:
parent
dcbede0cb0
commit
7374c85dde
1 changed files with 1 additions and 6 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue