Skip to content

Commit

Permalink
chore: fix PyPi link and PyPi description
Browse files Browse the repository at this point in the history
  • Loading branch information
derlin committed Mar 19, 2024
1 parent 2c1a89c commit 0237210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mantelo: A Keycloak Admin REST Api Client for Python

[![codecov](https://codecov.io/gh/derlin/mantelo/graph/badge.svg?token=5Y2O7B7342)](https://codecov.io/gh/derlin/mantelo)
![PyPI - Python Version](https://img.shields.io/pypi/v/mantelo)
[![PyPI](https://img.shields.io/pypi/v/mantelo)](https://pypi.org/project/mantelo/)

---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Changelog = "https://github.com/derlin/mantelo/CHANGELOG.md"
[project]
dynamic = ["version"] # see setuptools_scm
name = "mantelo"
description = "The Keycloak Admin REST API Client, for Python!"
description = " Keycloak Admin REST Api Client for Python"
license = { file = "LICENSE" }
authors = [{ name = "Lucy Linder", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit 0237210

Please sign in to comment.