aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyproject.toml')
-rw-r--r--python/pyproject.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml
new file mode 100644
index 0000000..2cef007
--- /dev/null
+++ b/python/pyproject.toml
@@ -0,0 +1,7 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta:__legacy__"
+
+[tool.isort]
+profile = "black"
+line_length = 96