django-rest-auth/setup.cfg
2019-04-19 12:01:43 -07:00

21 lines
222 B
INI

[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[flake8]
max_line_length = 120
max_complexity = 10
exclude = migrations
[coverage:run]
branch = true
source = rest_auth
omit =
*migrations*
tests