djangocms_blog/setup.cfg

7 lines
105 B
INI
Raw Normal View History

2014-04-19 17:18:51 +00:00
[wheel]
universal = 1
[flake8]
max-line-length = 100
ignore = E501
exclude = djangocms_blog/migrations/*