File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Declaring your project metadata
5
5
-------------------------------
6
6
7
7
Poetry is a :pep: `517 `-compliant build backend, which means that
8
- `it generates your project
8
+ `it can generate your project
9
9
metadata <https://python-poetry.org/docs/pyproject/#poetry-and-pep-517> `_
10
10
using a standardized interface that can be consumed directly by pip.
11
- Therefore, by making sure that
11
+ To do that, first make sure that
12
12
the ``build-system `` section of your ``pyproject.toml ``
13
13
declares the build backend as follows:
14
14
@@ -19,7 +19,7 @@ declares the build backend as follows:
19
19
requires = ["poetry_core>=1.0.0"]
20
20
build-backend = "poetry.core.masonry.api"
21
21
22
- You will be able to install it on Read the Docs just using pip,
22
+ Then, you will be able to install it on Read the Docs just using pip,
23
23
with a configuration like this:
24
24
25
25
.. code-block :: yaml
You can’t perform that action at this time.
0 commit comments