forked from orbit-oss/flask
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_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`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue