File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/source/configuration
repo2docker/buildpacks/pyproject Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ on GitHub shows a typical requirements file.
2828
2929## ` pyproject.toml ` - Install Python packages
3030
31- To install your reprository like a Python package, you may include a
32- ` pyproject.toml ` file. ` repo2docker ` install ` pyproject.toml ` files by running
31+ To install your repository like a Python package, you may include a
32+ ` pyproject.toml ` file. ` repo2docker ` installs ` pyproject.toml ` files by running
3333` pip install -e . ` .
3434
3535(setup-py)=
Original file line number Diff line number Diff line change 11"""Buildpack for Git repositories with pyproject.toml
22
3- Support to pyproject.toml was added to pip v10.0,
3+ Support for pyproject.toml was added to pip v10.0,
44see https://pip.pypa.io/en/latest/reference/build-system/pyproject-toml/.
55"""
66
You can’t perform that action at this time.
0 commit comments