update pyproject.toml: rename to porchlight, add typer dependency
This commit is contained in:
parent
c5a80b51de
commit
48f4e8ba73
2 changed files with 117 additions and 56 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue