Skip to content

Commit 881e3ec

Browse files
tiranNathaniel McCallum
authored andcommitted
Prepare 0.3.3
kdcproxy is now official stable and supports 3.5 and 3.6. Signed-off-by: Christian Heimes <[email protected]>
1 parent 55034d6 commit 881e3ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read(fname):
5757

5858
setup(
5959
name="kdcproxy",
60-
version="0.3.2",
60+
version="0.3.3",
6161
author="Nalin Dahyabhai, Nathaniel McCallum, Christian Heimes",
6262
6363
description=("A kerberos KDC HTTP proxy WSGI module."),
@@ -69,13 +69,15 @@ def read(fname):
6969
install_requires=install_requires,
7070
extras_require=extras_require,
7171
classifiers=[
72-
"Development Status :: 3 - Alpha",
72+
"Development Status :: 5 - Production/Stable",
7373
"Environment :: Web Environment",
7474
"Intended Audience :: System Administrators",
7575
"License :: OSI Approved :: MIT License",
7676
"Operating System :: OS Independent",
7777
"Programming Language :: Python :: 2.7",
7878
"Programming Language :: Python :: 3",
79+
"Programming Language :: Python :: 3.5",
80+
"Programming Language :: Python :: 3.6"
7981
"Topic :: Internet :: Proxy Servers",
8082
],
8183
)

0 commit comments

Comments
 (0)