From d6015157bfa453399a0b048e05a8d05132211a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 30 Jan 2025 14:55:46 +0100 Subject: [PATCH] chg: [packaging] Minor changes in the pryproject.toml file. --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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"