djangocms_blog/setup.cfg
2015-07-21 06:55:30 +02:00

10 lines
No EOL
205 B
INI

[flake8]
exclude = .git,*.egg-info,build,dist,.tox,djangocms_blog/migrations/*,djangocms_blog/south_migrations/*
ignore = E501
max-line-length = 99
[metadata]
license-file = LICENSE
[wheel]
universal = 1