Will Earp
2 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
-
pyproject.toml
|
@ -22,7 +22,7 @@ packages = [ |
|
|
{ include = "keycloak", from = "src/" }, |
|
|
{ include = "keycloak", from = "src/" }, |
|
|
{ include = "keycloak/**/*.py", from = "src/" }, |
|
|
{ include = "keycloak/**/*.py", from = "src/" }, |
|
|
] |
|
|
] |
|
|
include = ["LICENSE", "CHANGELOG.md", "CODEOWNERS", "CONTRIBUTING.md"] |
|
|
|
|
|
|
|
|
include = ["LICENSE", "CHANGELOG.md", "CONTRIBUTING.md"] |
|
|
|
|
|
|
|
|
[tool.poetry.urls] |
|
|
[tool.poetry.urls] |
|
|
Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|
Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|