From fd90112fd2416e36e4eb2ab9714c682743decf60 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 23 Jan 2025 11:11:33 -0500 Subject: [PATCH] Clarify package-mode = false comment --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc1d326..fc661a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,9 @@ fact = "fact.cli:app" [tool.poetry] requires-poetry = ">=2.0.1" -# For non-package/wheel application projects (e.g., FastAPI or Django app), you can omit the -# package metadata above and replace it with: +# For non-package/wheel application projects (e.g., FastAPI or Django app), you can omit all but +# the name, version, requires-python, and dependencies fields within the [project] section above +# and replace it with: # package-mode = false [tool.poetry.requires-plugins]