From 6f5e2e934386eab9185444967a179d11520194ac Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Tue, 5 Jan 2021 09:07:03 -0600 Subject: [PATCH] updated poetry build system (#1770) --- docs/example/package.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example/package.rst b/docs/example/package.rst index a2147cddc..66a037321 100644 --- a/docs/example/package.rst +++ b/docs/example/package.rst @@ -67,8 +67,8 @@ file as that information is also added to the ``pyproject.toml`` file. .. code-block:: toml [build-system] - requires = ["poetry >= 0.12, <1"] - build-backend = "poetry.masonry.api" + requires = ["poetry_core>=1.0.0"] + build-backend = "poetry.core.masonry.api" [tool.poetry] name = "package_toml_poetry"