Skip to content

Commit 79bba1d

Browse files
Update setup.py URL and classifiers
Signed-off-by: Robbie Harwood <[email protected]>
1 parent d36d26b commit 79bba1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read(fname):
5555
description=("A kerberos KDC HTTP proxy WSGI module."),
5656
license="MIT",
5757
keywords="krb5 proxy http https kerberos",
58-
url="http://github.com/npmccallum/kdcproxy",
58+
url="http://github.com/latchset/kdcproxy",
5959
packages=['kdcproxy', 'kdcproxy.config'],
6060
long_description=read('README'),
6161
install_requires=install_requires,
@@ -66,10 +66,11 @@ def read(fname):
6666
"Intended Audience :: System Administrators",
6767
"License :: OSI Approved :: MIT License",
6868
"Operating System :: OS Independent",
69-
"Programming Language :: Python :: 2.7",
7069
"Programming Language :: Python :: 3",
71-
"Programming Language :: Python :: 3.5",
7270
"Programming Language :: Python :: 3.6",
71+
"Programming Language :: Python :: 3.7",
72+
"Programming Language :: Python :: 3.8",
73+
"Programming Language :: Python :: 3.9",
7374
"Topic :: Internet :: Proxy Servers",
7475
],
7576
)

0 commit comments

Comments
 (0)