diff --git a/pyproject.toml b/pyproject.toml index 873b4f4..2366823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,10 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "endpoint-monitor-service" +name = "endpoint-monitor" version = "0.1.0" description = "Process-local FastAPI endpoint monitoring service" +readme = "README.md" requires-python = ">=3.12" dependencies = [ "fastapi>=0.115,<1",