From ec936fcd930a058b6bed589b768516c22d352f14 Mon Sep 17 00:00:00 2001 From: Fernando Picoral Date: Sun, 31 May 2026 03:35:33 -0300 Subject: [PATCH] chore: update author email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b94b21..1793342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Production-grade LLM inference serving & optimization — benchmarks, quantization, cost analysis" readme = "README.md" requires-python = ">=3.12,<3.13" -authors = [{ name = "Fernando Picoral", email = "fernandopicoral@gmail.com" }] +authors = [{ name = "Fernando Picoral", email = "fernando@picoral.com" }] license = { text = "MIT" } dependencies = [ "gradio>=6.14.0",