Skip to content

Commit

Permalink
Update setup.py URL and classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Harwood <[email protected]>
  • Loading branch information
frozencemetery committed Dec 8, 2020
1 parent d36d26b commit 79bba1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def read(fname):
description=("A kerberos KDC HTTP proxy WSGI module."),
license="MIT",
keywords="krb5 proxy http https kerberos",
url="http://github.com/npmccallum/kdcproxy",
url="http://github.com/latchset/kdcproxy",
packages=['kdcproxy', 'kdcproxy.config'],
long_description=read('README'),
install_requires=install_requires,
Expand All @@ -66,10 +66,11 @@ def read(fname):
"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",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: Proxy Servers",
],
)

0 comments on commit 79bba1d

Please sign in to comment.