From eda797d78e41bd78aa65cbb28993539909206d88 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Nov 2025 07:41:35 +0000 Subject: [PATCH] Update contact information - Update email to InauguralPhysicist@gmail.com - Add X/Twitter: @InauguralPhys - Add Medium: https://inauguralphysicist.medium.com/ - Update pyproject.toml author details --- README.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3061d5d..68ec8c8 100644 --- a/README.md +++ b/README.md @@ -526,7 +526,9 @@ If you use this work in research, please cite: ## Contact - **Author**: InauguralPhysicist -- **Email**: jon92087@yahoo.com +- **Email**: InauguralPhysicist@gmail.com +- **X**: [@InauguralPhys](https://x.com/InauguralPhys) +- **Medium**: [https://inauguralphysicist.medium.com/](https://inauguralphysicist.medium.com/) - **Related Work**: [eigenai.org](https://eigenai.org) ## Acknowledgments diff --git a/pyproject.toml b/pyproject.toml index b3fe805..22a08cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.9" license = {text = "MIT"} authors = [ - {name = "EigenFunction Contributors"} + {name = "InauguralPhysicist", email = "InauguralPhysicist@gmail.com"} ] keywords = ["machine-learning", "deep-learning", "attention", "lorentz", "relativity"] classifiers = [