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]
|
2015-01-19 01:02:15 +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
|
2014-04-21 10:25:43 +00:00
|
|
|
ignore=E123,E128,E265,E501,W601
|
2014-09-04 12:15:09 +00:00
|
|
|
max-line-length = 119
|
2013-10-14 17:43:40 +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
|