|
19 | 19 | description="""An extension for authentication with OIDC/Keycloak""", |
20 | 20 | long_description=long_description, |
21 | 21 | # The project's main homepage. |
22 | | - url="https://github.com/bcgov/ckanext-sso", |
| 22 | + url="https://github.com/Mat-O-Lab/ckanext-sso", |
23 | 23 | # Author details |
24 | | - author="""Brandon Sharratt""", |
25 | | - author_email="""brandon@highwaythreesolutions.com""", |
| 24 | + author="""Thomas Hanke""", |
| 25 | + author_email="""thomas.hanke@iwm.fraunhofer.de""", |
26 | 26 | # Choose your license |
27 | 27 | license="AGPL", |
28 | 28 | # See https://pypi.python.org/pypi?%3Aaction=list_classifiers |
|
36 | 36 | "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", |
37 | 37 | # Specify the Python versions you support here. In particular, ensure |
38 | 38 | # that you indicate whether you support Python 2, Python 3 or both. |
39 | | - "Programming Language :: Python :: 2.7", |
| 39 | + "Programming Language :: Python :: 3.11", |
40 | 40 | ], |
41 | 41 | # What does your project relate to? |
42 | | - keywords="""CKAN""", |
| 42 | + keywords="""CKAN SSO OIDC""", |
43 | 43 | # You can just specify the packages manually here if your project is |
44 | 44 | # simple. Or you can use find_packages(). |
45 | 45 | packages=find_packages(exclude=["contrib", "docs", "tests*"]), |
|
0 commit comments