Skip to content

Commit d17421d

Browse files
committed
Prepare alpha release v0.1.0
1 parent a2f7bed commit d17421d

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## v0.1.0 (unreleased)
3+
## v0.1.0
44

55
- Initial release

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ This provider gives access to group information and members via Keycloak REST AP
1414
pip install flask-multipass-keycloak
1515
```
1616

17-
> [!IMPORTANT]
18-
> While the package remains unpublished on PyPI, please install it with the following command:
19-
> ```
20-
> pip install git+https://github.com/unconventionaldotdev/flask-multipass-keycloak.git
21-
> ```
22-
2317
## Usage
2418

2519
### Configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintainers = [
1818
"Adrian Moennich <[email protected]>"
1919
]
2020
classifiers = [
21-
"Development Status :: 2 - Pre-Alpha",
21+
"Development Status :: 3 - Alpha",
2222
"Environment :: Web Environment",
2323
"Framework :: Flask",
2424
]

0 commit comments

Comments
 (0)