chg: [RELEASE] Updated documentation, updated dependencies, and bumped version number.
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-04-26 23:28:17 +02:00
parent ac66655ad8
commit 7ba387ecdc
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
6 changed files with 117 additions and 108 deletions

View file

@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[project]
name = "stegano"
version = "0.11.5"
version = "1.0.0"
description = "A pure Python Steganography module."
authors = [
{name = "Cédric Bonhomme", email= "cedric@cedricbonhomme.org"}
@ -49,8 +49,13 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
]
packages = [
{ include = "bin" },
{ include = "stegano" }
]
include = [
"README.md",
"COPYING",