1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/setup.cfg
2019-02-05 12:58:55 -05:00

21 lines
448 B
INI

[bdist_rpm]
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
[flake8]
exclude = build,.git,.tox,./django/conf/app_template/*,./tests/.env
ignore = W504,W601
max-line-length = 119
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = django
line_length = 79
multi_line_output = 5
not_skip = __init__.py
[metadata]
license-file = LICENSE