Skip to content

Commit 30410f0

Browse files
committed
chore: update pyproject.toml
1 parent 776dc60 commit 30410f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
[build-system]
2+
requires = ["poetry-core"]
3+
build-backend = "poetry.core.masonry.api"
4+
15
[tool.poetry]
26
name = "flask-boilerplate"
3-
version = "0.1.0"
7+
dynamic = ["version"]
48
description = ""
59
authors = ["nhymxu"]
610
readme = "README.md"
@@ -85,7 +89,3 @@ init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.app
8589
testpaths = [
8690
"tests",
8791
]
88-
89-
[build-system]
90-
requires = ["poetry-core"]
91-
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)