mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-26 02:53:46 +03:00
21 lines
222 B
INI
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
|