diff options
Diffstat (limited to 'poetry.toml')
-rw-r--r-- | poetry.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poetry.toml b/poetry.toml index 57e0ba893f..0299355b5d 100644 --- a/poetry.toml +++ b/poetry.toml @@ -1,4 +1,4 @@ [virtualenvs] in-project = true -no-pip = true -no-setuptools = true +options.no-pip = true +options.no-setuptools = true |