setup.cfg 465 Bytes
Newer Older
1
[bdist_rpm]
2
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
3
install-script = scripts/rpm-install.sh
4

5
[flake8]
6
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
7
ignore = W601
8
max-line-length = 119
9

10 11 12 13 14
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = django
15
line_length = 79
16
multi_line_output = 5
17
not_skip = __init__.py
18

19 20
[metadata]
license-file = LICENSE