mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
New minor release (v0.6.5).
This commit is contained in:
parent
f8f0ba22aa
commit
2011f197cd
5 changed files with 40 additions and 15 deletions
4
setup.py
4
setup.py
|
@ -36,7 +36,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.6.4',
|
||||
version='0.6.5',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
@ -44,7 +44,7 @@ setup(
|
|||
scripts=scripts,
|
||||
url='https://github.com/cedricbonhomme/Stegano',
|
||||
description='A Python Steganography module.',
|
||||
long_description=readme + '\n\n' + changelog,
|
||||
long_description=readme + '\n|\n|\n|\n' + changelog,
|
||||
platforms = ['Linux'],
|
||||
license='GPLv3',
|
||||
install_requires=requires,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue