Updated header informations.

This commit is contained in:
Cédric Bonhomme 2016-03-12 23:58:19 +01:00
parent ed7877ec73
commit f582d47e6c
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
11 changed files with 17 additions and 12 deletions

View file

@ -24,7 +24,7 @@ with open('CHANGELOG.rst', 'r') as f:
setup(
name='Stegano',
version='0.4.5',
version='0.4.6',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,
@ -44,6 +44,7 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
]
)