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 55034d6 commit 881e3ecCopy full SHA for 881e3ec
setup.py
@@ -57,7 +57,7 @@ def read(fname):
57
58
setup(
59
name="kdcproxy",
60
- version="0.3.2",
+ version="0.3.3",
61
author="Nalin Dahyabhai, Nathaniel McCallum, Christian Heimes",
62
author_email="[email protected], [email protected], [email protected]",
63
description=("A kerberos KDC HTTP proxy WSGI module."),
@@ -69,13 +69,15 @@ def read(fname):
69
install_requires=install_requires,
70
extras_require=extras_require,
71
classifiers=[
72
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
73
"Environment :: Web Environment",
74
"Intended Audience :: System Administrators",
75
"License :: OSI Approved :: MIT License",
76
"Operating System :: OS Independent",
77
"Programming Language :: Python :: 2.7",
78
"Programming Language :: Python :: 3",
79
+ "Programming Language :: Python :: 3.5",
80
+ "Programming Language :: Python :: 3.6"
81
"Topic :: Internet :: Proxy Servers",
82
],
83
)
0 commit comments