Skip to content

Commit ea3c82e

Browse files
committed
Prepare for v0.9.0 release
1 parent 27eae50 commit ea3c82e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
setup(
66
name='k5test',
7-
version='1.0.0',
7+
version='0.9.0',
88
author='The Python GSSAPI Team',
99
author_email='sross@redhat.com',
1010
packages=['k5test'],
11-
description='A library for testing Python applications in'
11+
description='A library for testing Python applications in '
1212
'self-contained Kerberos 5 environments',
1313
long_description=open('README.md').read(),
1414
license='LICENSE.txt',
@@ -21,6 +21,7 @@
2121
'Programming Language :: Python :: 3.3',
2222
'Intended Audience :: Developers',
2323
'License :: OSI Approved :: ISC License (ISCL)',
24+
'License :: OSI Approved :: MIT License',
2425
'Programming Language :: Python :: Implementation :: CPython',
2526
'Topic :: Security',
2627
],

0 commit comments

Comments
 (0)