diff --git a/CHANGELOG.md b/CHANGELOG.md index 062ffc4..a1ed544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## v0.1.0 (unreleased) +## v0.1.0 - Initial release diff --git a/README.md b/README.md index b360eb8..89ef559 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ This provider gives access to group information and members via Keycloak REST AP pip install flask-multipass-keycloak ``` -> [!IMPORTANT] -> While the package remains unpublished on PyPI, please install it with the following command: -> ``` -> pip install git+https://github.com/unconventionaldotdev/flask-multipass-keycloak.git -> ``` - ## Usage ### Configuration diff --git a/pyproject.toml b/pyproject.toml index f3b26b6..039e49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ maintainers = [ "Adrian Moennich " ] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Flask", ]