diff --git a/setup.cfg b/setup.cfg index f3c0451..79c74da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,10 @@ -[wheel] -universal = 1 - [flake8] -max-line-length = 100 +exclude = .git,*.egg-info,build,dist,.tox,djangocms_blog/migrations/*,djangocms_blog/south_migrations/* ignore = E501 -exclude = djangocms_blog/migrations/* \ No newline at end of file +max-line-length = 99 + +[metadata] +license-file = LICENSE + +[wheel] +universal = 1 \ No newline at end of file