mirror of https://github.com/mitsuhiko/flask.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
323 B
24 lines
323 B
[aliases] |
|
release = egg_info -Db '' |
|
|
|
[bdist_wheel] |
|
universal = 1 |
|
|
|
[metadata] |
|
license_file = LICENSE |
|
|
|
[tool:pytest] |
|
minversion = 3.0 |
|
testpaths = tests |
|
|
|
[coverage:run] |
|
branch = True |
|
source = |
|
flask |
|
tests |
|
|
|
[coverage:paths] |
|
source = |
|
flask |
|
.tox/*/lib/python*/site-packages/flask |
|
.tox/pypy/site-packages/flask
|
|
|