Skip to content

Commit 6cadbe1

Browse files
committed
chore: bump to 0.0.0
1 parent b7741d0 commit 6cadbe1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
[build-system]
2+
requires = ["uv_build>=0.11.3,<0.12.0"]
3+
build-backend = "uv_build"
4+
15
[project]
26
name = "scim2-flask"
37
version = "0.0.0"
48
description = "Painless SCIM integration for Flask"
59
readme = "README.md"
10+
authors = [
11+
{ name = "Éloi Rivard", email = "eloi@yaal.coop" }
12+
]
613
requires-python = ">=3.10"
714
dependencies = [
815
"scim2-models>=0.6.9",

src/scim2_flask/__init__.py

Whitespace-only changes.

src/scim2_flask/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)