From 89c71d562ae9c7c3713722c1604a368a8b1550ae Mon Sep 17 00:00:00 2001 From: Jonathan Schweder Date: Mon, 19 Dec 2022 13:01:40 +0000 Subject: [PATCH] Move build-system key in pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ac0829..424fe6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,10 @@ homepage = "https://github.com/jaswdr/makeflatt" readme = "README.md" keywords = ["makeflatt", "dict", "dictionaries", "flatten"] +[build-system] +requires = ["poetry>=0.12"] +build-backend = "poetry.masonry.api" + [tool.poetry.dependencies] python = ">=3.8.1,<3.12" @@ -17,8 +21,4 @@ jsondiff = "^2.0.0" black = "^22.12.0" flake8 = "^6.0.0" coverage = "^6.5.0" -pytest = "^7.2.0" - -[build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +pytest = "^7.2.0" \ No newline at end of file