We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eae50 commit ea3c82eCopy full SHA for ea3c82e
setup.py
@@ -4,11 +4,11 @@
4
5
setup(
6
name='k5test',
7
- version='1.0.0',
+ version='0.9.0',
8
author='The Python GSSAPI Team',
9
author_email='sross@redhat.com',
10
packages=['k5test'],
11
- description='A library for testing Python applications in'
+ description='A library for testing Python applications in '
12
'self-contained Kerberos 5 environments',
13
long_description=open('README.md').read(),
14
license='LICENSE.txt',
@@ -21,6 +21,7 @@
21
'Programming Language :: Python :: 3.3',
22
'Intended Audience :: Developers',
23
'License :: OSI Approved :: ISC License (ISCL)',
24
+ 'License :: OSI Approved :: MIT License',
25
'Programming Language :: Python :: Implementation :: CPython',
26
'Topic :: Security',
27
],
0 commit comments