From 8d4f58b9211bd8531cd323f411146e0ec8bbde17 Mon Sep 17 00:00:00 2001 From: Andrew Ayres Date: Wed, 26 Aug 2026 11:15:41 -0500 Subject: [PATCH] Adding myself as an author --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54a2102..f103b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "apeiron" version = "0.1.0" description = "A PyTorch continual learning framework for real-time concept drift detection and model adaptation." authors = [ - {name = "Your Name",email = "you@example.com"}, + {name = "Andrew Ayres",email = "ayresaf@ornl.gov"}, {name="Krishnan Raghavan", email="kraghavan@anl.gov"} ] readme = "README.md"