mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
New command line interface for the steganalysis by statistics.
This commit is contained in:
parent
22a260f5b4
commit
cef74dd57e
3 changed files with 55 additions and 16 deletions
9
setup.py
9
setup.py
|
@ -19,6 +19,13 @@ packages = [
|
|||
'stegano.steganalysis'
|
||||
]
|
||||
|
||||
scripts = [
|
||||
'bin/lsb',
|
||||
'bin/lsb-set',
|
||||
'bin/steganalysis-parity',
|
||||
'bin/steganalysis-statistics'
|
||||
]
|
||||
|
||||
requires = ['pillow', 'piexif']
|
||||
|
||||
with open('README.rst', 'r') as f:
|
||||
|
@ -33,7 +40,7 @@ setup(
|
|||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
include_package_data=True,
|
||||
scripts=['bin/lsb', 'bin/lsb-set', 'bin/steganalysis-parity'],
|
||||
scripts=scripts,
|
||||
url='https://github.com/cedricbonhomme/Stegano',
|
||||
description='A Python Steganography module.',
|
||||
long_description=readme + '\n\n' + changelog,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue