Skip to content

Commit

Permalink
build: disable poetry's package mode
Browse files Browse the repository at this point in the history
as we only need it to manage deps. this project is not intended to be a
package.
  • Loading branch information
Bogay committed Nov 5, 2024
1 parent 8056dc8 commit 555bd85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Backend of Normal-OJ"
authors = []
readme = "README.md"
packages = []
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 555bd85

Please sign in to comment.