Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren authored Dec 11, 2024
1 parent fd17f05 commit ae57e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = "Dashboard for tracking your organization's repo"
authors = ["Erik-Jan van Kesteren <[email protected]>", "Donatas Rasiukevičius <[email protected]>"]
readme = "readme.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
Expand All @@ -22,4 +23,4 @@ ignore = []

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit ae57e6d

Please sign in to comment.