Skip to content

Commit cf6b5bf

Browse files
committed
DOC: Move standard sections to the top
Standard sections should be defined before tool specific sections, `poetry init` generated this order by default and I haven't fixed it until now.
1 parent ba99e69 commit cf6b5bf

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,3 +1,8 @@
1+
[build-system]
2+
requires = ["poetry-core"]
3+
build-backend = "poetry.core.masonry.api"
4+
5+
16
[tool.poetry]
27
name = "numpy-financial"
38
version = "1.1.0.dev0"
@@ -48,8 +53,3 @@ numpydoc = "^1.5"
4853

4954
[tool.poetry.group.lint.dependencies]
5055
flake8 = "*"
51-
52-
53-
[build-system]
54-
requires = ["poetry-core"]
55-
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)