We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e441c9 commit 0266156Copy full SHA for 0266156
src/poetry/console/commands/install.py
@@ -191,8 +191,8 @@ def handle(self) -> int:
191
"If you do not want to install the current project"
192
" use <c1>--no-root</c1>.\n"
193
"If you want to use Poetry only for dependency management"
194
- " but not for packaging, you can set the operating mode to "
195
- '"non-package" in your pyproject.toml file.\n'
+ " but not for packaging, you can disable package mode by setting"
+ " <c1>package-mode = false</> in your pyproject.toml file.\n"
196
"In a future version of Poetry this warning will become an error!",
197
style="warning",
198
)
0 commit comments