Skip to content

Commit

Permalink
Prepare 0.3.3
Browse files Browse the repository at this point in the history
kdcproxy is now official stable and supports 3.5 and 3.6.

Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran authored and Nathaniel McCallum committed Jan 19, 2017
1 parent 55034d6 commit 881e3ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def read(fname):

setup(
name="kdcproxy",
version="0.3.2",
version="0.3.3",
author="Nalin Dahyabhai, Nathaniel McCallum, Christian Heimes",
author_email="[email protected], [email protected], [email protected]",
description=("A kerberos KDC HTTP proxy WSGI module."),
Expand All @@ -69,13 +69,15 @@ def read(fname):
install_requires=install_requires,
extras_require=extras_require,
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
"Topic :: Internet :: Proxy Servers",
],
)

0 comments on commit 881e3ec

Please sign in to comment.