mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [RELEASE] Updated documentation, updated dependencies, and bumped version number.
This commit is contained in:
parent
ac66655ad8
commit
7ba387ecdc
6 changed files with 117 additions and 108 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue