update pyproject.toml: rename to porchlight, add typer dependency

This commit is contained in:
Johan Lundberg 2026-02-16 15:31:46 +01:00
parent c5a80b51de
commit 48f4e8ba73
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
2 changed files with 117 additions and 56 deletions

View file

@ -1,5 +1,5 @@
[project]
name = "fastapi-oidc-op"
name = "porchlight"
version = "0.1.0"
description = "OIDC OpenID Provider with user management"
readme = "README.md"
@ -18,17 +18,18 @@ dependencies = [
"python-multipart>=0.0.20",
"httpx>=0.28",
"itsdangerous>=2.2.0",
"typer>=0.15",
]
[project.scripts]
fastapi-oidc-op = "fastapi_oidc_op.cli:main"
porchlight = "porchlight.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/fastapi_oidc_op"]
packages = ["src/porchlight"]
[dependency-groups]
dev = [