Skip to content

Commit 031a336

Browse files
author
Kubenew
committed
Rename to fastapi-authz to avoid PyPI name conflict
1 parent 37d0f5e commit 031a336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ requires = ["setuptools>=68", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "fastapi-auth-kit"
6+
name = "fastapi-authz"
77
version = "0.1.0"
8-
description = "fastapi-auth-kit: plug-and-play authentication for FastAPI (JWT, password hashing, dependencies)."
8+
description = "fastapi-authz: plug-and-play authentication for FastAPI (JWT, password hashing, dependencies)."
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = {text = "MIT"}

0 commit comments

Comments
 (0)