2006-09-01 06:01:47 +08:00
|
|
|
[bdist_rpm]
|
2012-08-30 03:25:02 +08:00
|
|
|
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
2007-02-12 08:33:24 +08:00
|
|
|
install-script = scripts/rpm-install.sh
|
2006-09-01 06:01:47 +08:00
|
|
|
|
2013-10-15 01:43:40 +08:00
|
|
|
[flake8]
|
2015-09-18 03:16:14 +08:00
|
|
|
exclude = build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner,tests/view_tests/tests/py3_test_debug.py,tests/template_tests/annotated_tag_function.py
|
2015-09-12 07:33:12 +08:00
|
|
|
ignore = E123,E128,E402,W503,E731,W601
|
2014-09-04 20:15:09 +08:00
|
|
|
max-line-length = 119
|
2013-10-15 01:43:40 +08:00
|
|
|
|
2015-01-28 20:35:27 +08:00
|
|
|
[isort]
|
|
|
|
combine_as_imports = true
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
include_trailing_comma = true
|
|
|
|
known_first_party = django
|
|
|
|
multi_line_output = 5
|
2015-06-16 02:07:31 +08:00
|
|
|
not_skip = __init__.py
|
2015-01-28 20:35:27 +08:00
|
|
|
|
2013-04-03 18:42:33 +08:00
|
|
|
[metadata]
|
|
|
|
license-file = LICENSE
|
|
|
|
|
|
|
|
[wheel]
|
2013-06-29 22:28:05 +08:00
|
|
|
universal = 1
|