mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 00:58:32 +02:00
chg: [packaging] Minor changes in the pryproject.toml file.
This commit is contained in:
parent
43f02702f9
commit
d6015157bf
1 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue