From 4e973fcc3010170373ea78e7b81619628f1ee6f9 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Sat, 18 Jul 2026 18:35:56 +0530 Subject: [PATCH] chore: update package organization and maintainer email Replace Hawksight AI with Semantica as the project author/maintainer, and update the contact email to kaif@getsemantica.ai. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25900c24..8376c168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ description = "Accountability and context layer for AI agents. Context graphs, d readme = "README.md" license = { text = "MIT" } -authors = [{ name = "Hawksight AI", email = "semantica-dev@users.noreply.github.com" }] -maintainers = [{ name = "Hawksight AI", email = "semantica-dev@users.noreply.github.com" }] +authors = [{ name = "Semantica", email = "kaif@getsemantica.ai" }] +maintainers = [{ name = "Semantica", email = "kaif@getsemantica.ai" }] requires-python = ">=3.8"