setup.cfg 546 B

12345678910111213141516171819
  1. [bdist_rpm]
  2. doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
  3. install-script = scripts/rpm-install.sh
  4. [flake8]
  5. exclude = build,.git,./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py
  6. ignore = E123,E128,E265,E501,W601
  7. [metadata]
  8. license-file = LICENSE
  9. [wheel]
  10. universal = 1
  11. [egg_info]
  12. tag_build =
  13. tag_date = 0
  14. tag_svn_revision = 0