Skip to content

Commit

Permalink
Making no pyproject.toml support clear (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed May 27, 2024
1 parent 7b6d33e commit d79ef3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ if the contents change (meaning that dependencies have changed), then the cache

For the 1st step, you either need:

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

```ini
[virtualenvs]
Expand Down

0 comments on commit d79ef3c

Please sign in to comment.