[console_scripts]
isort = isort.main:main
isort-identify-imports = isort.main:identify_imports_main

[distutils.commands]
isort = isort.setuptools_commands:ISortCommand

[pylama.linter]
isort = isort.pylama_isort:Linter
