chg: [packaging] Minor changes in the pryproject.toml file.
Some checks failed
Python application / build (3.10) (push) Has been cancelled
Python application / build (3.11) (push) Has been cancelled
Python application / build (3.12) (push) Has been cancelled

This commit is contained in:
Cédric Bonhomme 2025-01-30 14:55:46 +01:00
parent 43f02702f9
commit d6015157bf
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

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