summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-10 23:53:16 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-10 23:53:16 -0700
commit66d6345171b398c9e025904789d121e78dcad79a (patch)
tree04c6ea30aed8ac4798070fcea398253b83bb2d31
parentd929358766df52590df03b35fe515e6a369c1591 (diff)
downloadisort-66d6345171b398c9e025904789d121e78dcad79a.tar.gz
Specify minimum build system
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5f8fdb0e..158c92fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -101,5 +101,5 @@ logo = "art/logo.png"
palette = {scheme = "isort"}
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"