mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 17: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]
|
[project]
|
||||||
name = "stegano"
|
name = "stegano"
|
||||||
version = "0.11.4"
|
version = "0.11.4"
|
||||||
|
@ -30,10 +35,6 @@ stegano-red = "bin.red:main"
|
||||||
stegano-steganalysis-parity = "bin.parity:main"
|
stegano-steganalysis-parity = "bin.parity:main"
|
||||||
stegano-steganalysis-statistics = "bin.statistics:main"
|
stegano-steganalysis-statistics = "bin.statistics:main"
|
||||||
|
|
||||||
[build-system]
|
|
||||||
requires = ["poetry-core>=2.0"]
|
|
||||||
build-backend = "poetry.core.masonry.api"
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
requires-poetry = ">=2.0"
|
requires-poetry = ">=2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue