Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nhymxu committed May 31, 2024
1 parent 776dc60 commit 30410f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "flask-boilerplate"
version = "0.1.0"
dynamic = ["version"]
description = ""
authors = ["nhymxu"]
readme = "README.md"
Expand Down Expand Up @@ -85,7 +89,3 @@ init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.app
testpaths = [
"tests",
]

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

0 comments on commit 30410f0

Please sign in to comment.