mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 17:58:32 +02:00
Updated README and pyproject.toml with correct link to the home page of the project.
This commit is contained in:
parent
45de0524d6
commit
e9a7721ccc
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
[](https://builds.sr.ht/~cedric/stegano)
|
[](https://builds.sr.ht/~cedric/stegano)
|
||||||
|
|
||||||
|
|
||||||
[Stegano](https://git.sr.ht/~cedric/stegano), a pure Python Steganography
|
[Stegano](https://sr.ht/~cedric/stegano), a pure Python Steganography
|
||||||
module.
|
module.
|
||||||
|
|
||||||
Steganography is the art and science of writing hidden messages in such a way
|
Steganography is the art and science of writing hidden messages in such a way
|
||||||
|
@ -102,6 +102,6 @@ recommend you to install it in a Python virtual environment with poetry.
|
||||||
This software is licensed under
|
This software is licensed under
|
||||||
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html)
|
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html)
|
||||||
|
|
||||||
Copyright (C) 2010-2020 [Cédric Bonhomme](https://www.cedricbonhomme.org)
|
Copyright (C) 2010-2021 [Cédric Bonhomme](https://www.cedricbonhomme.org)
|
||||||
|
|
||||||
For more information, [the list of authors and contributors](CONTRIBUTORS.md) is available.
|
For more information, [the list of authors and contributors](CONTRIBUTORS.md) is available.
|
||||||
|
|
|
@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
homepage = "https://git.sr.ht/~cedric/stegano"
|
homepage = "https://sr.ht/~cedric/stegano"
|
||||||
repository = "https://git.sr.ht/~cedric/stegano"
|
repository = "https://git.sr.ht/~cedric/stegano"
|
||||||
documentation = "https://stegano.readthedocs.io"
|
documentation = "https://stegano.readthedocs.io"
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue