mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [RELEASE] Bumped version number and aligned pyproject.toml file with standard specification.
This commit is contained in:
parent
7849955cdb
commit
2e8b0fdec9
6 changed files with 179 additions and 147 deletions
|
@ -5,14 +5,15 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[project]
|
||||
name = "stegano"
|
||||
version = "0.11.4"
|
||||
version = "0.11.5"
|
||||
description = "A pure Python Steganography module."
|
||||
authors = [
|
||||
{name = "Cédric Bonhomme", email= "cedric@cedricbonhomme.org"}
|
||||
]
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
keywords = ["steganography", "security", "stegano"]
|
||||
keywords = ["Steganography", "Security", "Stegano"]
|
||||
|
||||
dynamic = ["classifiers"]
|
||||
|
||||
requires-python = ">=3.10,<4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue