Skip to content

Commit

Permalink
updated poetry build system (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pickering authored Jan 5, 2021
1 parent 17fefb1 commit 6f5e2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f5e2e9

Please sign in to comment.