1 2 3 4 5 6 7
[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta:__legacy__" [tool.isort] profile = "black" line_length = 96