2006-08-31 22:01:47 +00:00
|
|
|
[bdist_rpm]
|
2012-08-29 19:25:02 +00:00
|
|
|
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
2007-02-12 00:33:24 +00:00
|
|
|
install-script = scripts/rpm-install.sh
|
2006-08-31 22:01:47 +00:00
|
|
|
|
2013-10-14 17:43:40 +00:00
|
|
|
[flake8]
|
2014-11-15 15:03:20 +00: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
|
2015-03-11 18:57:10 +00:00
|
|
|
ignore = E123,E128,E402,E501,W503,E731,W601
|
2014-09-04 12:15:09 +00:00
|
|
|
max-line-length = 119
|
2013-10-14 17:43:40 +00:00
|
|
|
|
2015-01-28 12:35:27 +00:00
|
|
|
[isort]
|
|
|
|
combine_as_imports = true
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
include_trailing_comma = true
|
|
|
|
known_first_party = django
|
|
|
|
multi_line_output = 5
|
2015-06-15 18:07:31 +00:00
|
|
|
not_skip = __init__.py
|
2015-01-28 12:35:27 +00:00
|
|
|
|
2013-04-03 10:42:33 +00:00
|
|
|
[metadata]
|
|
|
|
license-file = LICENSE
|
|
|
|
|
|
|
|
[wheel]
|
2013-06-29 14:28:05 +00:00
|
|
|
universal = 1
|