Skip to content

Commit

Permalink
Move build-system key in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Schweder committed Dec 19, 2022
1 parent 3406e07 commit 89c71d5
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
Expand Up @@ -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"

Expand All @@ -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"

0 comments on commit 89c71d5

Please sign in to comment.