mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-14 21:26:33 +03:00
20 lines
202 B
INI
20 lines
202 B
INI
[bdist_wheel]
|
|
universal = 1
|
|
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
|
|
[flake8]
|
|
max_line_length = 120
|
|
exclude = migrations
|
|
|
|
|
|
[coverage:run]
|
|
branch = true
|
|
source = rest_auth
|
|
omit =
|
|
*migrations*
|
|
tests
|