We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d0f5e commit 031a336Copy full SHA for 031a336
1 file changed
pyproject.toml
@@ -3,9 +3,9 @@ requires = ["setuptools>=68", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "fastapi-auth-kit"
+name = "fastapi-authz"
7
version = "0.1.0"
8
-description = "fastapi-auth-kit: plug-and-play authentication for FastAPI (JWT, password hashing, dependencies)."
+description = "fastapi-authz: plug-and-play authentication for FastAPI (JWT, password hashing, dependencies)."
9
readme = "README.md"
10
requires-python = ">=3.9"
11
license = {text = "MIT"}
0 commit comments