Skip to content

Commit d79ef3c

Browse files
authored
Making no pyproject.toml support clear (#73)
1 parent 7b6d33e commit d79ef3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ if the contents change (meaning that dependencies have changed), then the cache
5858

5959
For the 1st step, you either need:
6060

61-
- to have a `poetry.toml` file at the root of your project with these 2 settings:
61+
- to have a `poetry.toml` file
62+
(and [not `pyproject.toml`](https://github.com/python-poetry/poetry/issues/2937))
63+
at the root of your project with these 2 settings:
6264

6365
```ini
6466
[virtualenvs]

0 commit comments

Comments
 (0)