mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
simplying project root
This commit is contained in:
parent
04531488ca
commit
f72afd2f12
5 changed files with 34 additions and 119 deletions
|
@ -1,9 +1,40 @@
|
|||
[tool.poetry]
|
||||
name = "stegano"
|
||||
version = "0.9.7"
|
||||
version = "0.9.8"
|
||||
description = "A pure Python Steganography module."
|
||||
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
|
||||
authors = [
|
||||
"Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
||||
]
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
homepage = "https://git.sr.ht/~cedric/stegano"
|
||||
repository = "https://git.sr.ht/~cedric/stegano"
|
||||
documentation = "https://stegano.readthedocs.io"
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: Science/Research",
|
||||
"Topic :: Security",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
|
||||
]
|
||||
include = [
|
||||
"CHANGELOG.md",
|
||||
"COPYING",
|
||||
"CHANGELOG.md",
|
||||
"docs/**/*",
|
||||
"bin/"
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
stegano-lsb = "bin:steganolsb"
|
||||
# stegano-lsb-set = "bin.stegano-lsb-set"
|
||||
# stegano-red = "bin.stegano-red"
|
||||
# stegano-steganalysis-parity = "bin.stegano-steganalysis-parity"
|
||||
# stegano-steganalysis-statistics = "bin.stegano-steganalysis-statistics"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue