django1/setup.cfg

21 lines
465 B
INI
Raw Normal View History

[bdist_rpm]
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
[flake8]
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
2016-04-08 10:04:45 +08:00
ignore = W601
max-line-length = 119
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = django
2016-03-25 15:37:41 +08:00
line_length = 79
multi_line_output = 5
2015-06-16 02:07:31 +08:00
not_skip = __init__.py
[metadata]
license-file = LICENSE