Skip to content

Commit d402246

Browse files
authored
Update setup.py
1 parent dd30b3e commit d402246

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
description="""An extension for authentication with OIDC/Keycloak""",
2020
long_description=long_description,
2121
# The project's main homepage.
22-
url="https://github.com/bcgov/ckanext-sso",
22+
url="https://github.com/Mat-O-Lab/ckanext-sso",
2323
# Author details
24-
author="""Brandon Sharratt""",
25-
author_email="""brandon@highwaythreesolutions.com""",
24+
author="""Thomas Hanke""",
25+
author_email="""thomas.hanke@iwm.fraunhofer.de""",
2626
# Choose your license
2727
license="AGPL",
2828
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -36,10 +36,10 @@
3636
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
3737
# Specify the Python versions you support here. In particular, ensure
3838
# that you indicate whether you support Python 2, Python 3 or both.
39-
"Programming Language :: Python :: 2.7",
39+
"Programming Language :: Python :: 3.11",
4040
],
4141
# What does your project relate to?
42-
keywords="""CKAN""",
42+
keywords="""CKAN SSO OIDC""",
4343
# You can just specify the packages manually here if your project is
4444
# simple. Or you can use find_packages().
4545
packages=find_packages(exclude=["contrib", "docs", "tests*"]),

0 commit comments

Comments
 (0)