Skip to content

Commit

Permalink
Disable package mode. (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilte authored Sep 11, 2024
1 parent 8acbc0b commit a203fe7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,10 @@ max-positional-args = 1
max-complexity = 5

[tool.poetry]
name = "backend"
version = "0.1.0"
description = "Package manager for python"
authors = ["Mathias Aas <[email protected]>"]
readme = "README.md"
# Backend is not a package to publish.
# https://python-poetry.org/docs/pyproject/
# https://python-poetry.org/docs/basic-usage/#operating-modes
package-mode = false

[tool.poetry.dependencies]
python = "3.11.2"
Expand Down

0 comments on commit a203fe7

Please sign in to comment.