Browse Source
Merge pull request #312 from samdbmg/fix-missing-authorization
fix: Add missing keycloak.authorization package
pull/314/head
v0.28.1
Richard Nemeth
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
setup.py
|
|
@ -35,7 +35,7 @@ setup( |
|
|
|
description="python-keycloak is a Python package providing access to the Keycloak API.", |
|
|
|
long_description=long_description, |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
packages=["keycloak"], |
|
|
|
packages=["keycloak", "keycloak.authorization"], |
|
|
|
install_requires=reqs, |
|
|
|
tests_require=dev_reqs, |
|
|
|
extras_require={"docs": docs_reqs}, |
|
|
|