Skip to content

Commit

Permalink
fix: add author and version information to package
Browse files Browse the repository at this point in the history
  • Loading branch information
derlin committed Mar 21, 2024
1 parent fb29ebb commit 33603fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mantelo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
from .version import __version__ # noqa: F401


__author__ = "Lucy Linder"
__email__ = "[email protected]"

from .client import KeycloakAdmin
from .exceptions import AuthenticationException

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ ignore = [
"docker-compose.yml",
"Makefile",
"tox.ini",
"CONTRIBUTING.md",
]


Expand Down

0 comments on commit 33603fb

Please sign in to comment.