diff --git a/pyproject.toml b/pyproject.toml index cdabbdd..710b58e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,8 @@ +[build-system] +requires = ["poetry-core>=2.0"] +build-backend = "poetry.core.masonry.api" + + [project] name = "stegano" version = "0.11.4" @@ -8,7 +13,7 @@ authors = [ license = "GPL-3.0-or-later" readme = "README.md" keywords = ["steganography", "security", "stegano"] -dynamic = [ "classifiers" ] +dynamic = ["classifiers"] requires-python = "^3.10" dependencies = [ @@ -30,10 +35,6 @@ stegano-red = "bin.red:main" stegano-steganalysis-parity = "bin.parity:main" stegano-steganalysis-statistics = "bin.statistics:main" -[build-system] -requires = ["poetry-core>=2.0"] -build-backend = "poetry.core.masonry.api" - [tool.poetry] requires-poetry = ">=2.0"