Commit 8bd9a3e6 by Stein Magnus Jodal Committed by Arun Babu Neelicattu

Fix reference to `poetry-core` package

The distribution is named `poetry-core`, not `poetry_core`.
parent b1d380ec
...@@ -305,7 +305,7 @@ it in the `build-system` section of the `pyproject.toml` file like so: ...@@ -305,7 +305,7 @@ it in the `build-system` section of the `pyproject.toml` file like so:
```toml ```toml
[build-system] [build-system]
requires = ["poetry_core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
``` ```
...@@ -317,4 +317,4 @@ build-backend = "poetry.core.masonry.api" ...@@ -317,4 +317,4 @@ build-backend = "poetry.core.masonry.api"
!!!note !!!note
If your `pyproject.toml` file still references `poetry` directly as a build backend, If your `pyproject.toml` file still references `poetry` directly as a build backend,
you should update it to reference `poetry_core` instead. you should update it to reference `poetry-core` instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment