flask/examples/tutorial/setup.cfg

14 lines
149 B
INI
Raw Normal View History

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