Skip to content

Commit

Permalink
Clarify package-mode = false comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Jan 23, 2025
1 parent b3446a4 commit fd90112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fd90112

Please sign in to comment.