14 lines
150 B
INI
14 lines
150 B
INI
|
|
[metadata]
|
||
|
|
license_file = LICENSE
|
||
|
|
|
||
|
|
[bdist_wheel]
|
||
|
|
universal = False
|
||
|
|
|
||
|
|
[tool:pytest]
|
||
|
|
testpaths = tests
|
||
|
|
|
||
|
|
[coverage:run]
|
||
|
|
branch = True
|
||
|
|
source =
|
||
|
|
flaskr
|