flask/examples/tutorial/setup.cfg

14 lines
149 B
INI
Raw Normal View History

2018-02-09 14:39:05 -08:00
[metadata]
license_file = LICENSE
[bdist_wheel]
2018-04-12 11:06:02 -07:00
universal = True
2018-02-09 14:39:05 -08:00
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source =
flaskr