flask/examples/tutorial/setup.cfg

14 lines
150 B
INI
Raw Normal View History

2018-02-10 06:39:05 +08:00
[metadata]
license_file = LICENSE
[bdist_wheel]
universal = False
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source =
flaskr