408a0d163f
GitOrigin-RevId: e019872af81e4013fd518fcacfba74b1de21a50e
12 lines
281 B
Diff
12 lines
281 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 2c93a39..6c800e2 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -24,3 +24,7 @@ isort = "^4.3"
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
+
|
|
+[build-system]
|
|
+requires = ["poetry_core>=1.0.0"]
|
|
+build-backend = "poetry.core.masonry.api"
|