entry_points.txt 213 B

12345678910
  1. [console_scripts]
  2. isort=isort.main:main
  3. isort-identify-imports=isort.main:identify_imports_main
  4. [distutils.commands]
  5. isort=isort.setuptools_commands:ISortCommand
  6. [pylama.linter]
  7. isort=isort.pylama_isort:Linter