diff --git a/setup.cfg b/setup.cfg index 81049c3a..27e2916e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,16 @@ [zest.releaser] create-wheel = yes + +# When Python 2-3 compatible: +# [bdist_wheel] +# universal = 1 + +[isort] +# for details see +# http://docs.plone.org/develop/styleguide/python.html#grouping-and-sorting +force_alphabetical_sort = True +force_single_line = True +lines_after_imports = 2 +line_length = 200 +not_skip = + __init__.py