mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Release 0.3. You can now use Stéganô as a library in your Python program (python setup.py install) or as a 'program' thanks to the scripts provided in the bin directory.
This commit is contained in:
parent
ea472c0e9a
commit
04322fb7ff
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ import os
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.2',
|
version='0.3',
|
||||||
author='Cédric Bonhomme',
|
author='Cédric Bonhomme',
|
||||||
author_email='kimble.mandel@gmail.com',
|
author_email='kimble.mandel@gmail.com',
|
||||||
packages=['stegano'],
|
packages=['stegano'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue