Rename project to OrbitalWard
Add optional TLS certificate expiry checks for website monitors and update product, package, environment, Docker, and documentation naming.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "infrapulse-backend"
|
||||
name = "orbitalward-backend"
|
||||
version = "0.1.0"
|
||||
description = "InfraPulse FastAPI backend"
|
||||
description = "OrbitalWard FastAPI backend"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"alembic>=1.13.3",
|
||||
@@ -27,6 +27,10 @@ test = [
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["app*"]
|
||||
exclude = ["alembic*"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=75.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
Reference in New Issue
Block a user