From ea3c82e794122c30304490f53d8387abe43a0a14 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Wed, 18 Nov 2015 16:48:15 -0500 Subject: [PATCH] Prepare for v0.9.0 release --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7e1684e..59720e1 100755 --- a/setup.py +++ b/setup.py @@ -4,11 +4,11 @@ setup( name='k5test', - version='1.0.0', + version='0.9.0', author='The Python GSSAPI Team', author_email='sross@redhat.com', packages=['k5test'], - description='A library for testing Python applications in' + description='A library for testing Python applications in ' 'self-contained Kerberos 5 environments', long_description=open('README.md').read(), license='LICENSE.txt', @@ -21,6 +21,7 @@ 'Programming Language :: Python :: 3.3', 'Intended Audience :: Developers', 'License :: OSI Approved :: ISC License (ISCL)', + 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Security', ],