From f153b829a9bdd80bb3df01761968bf9865344923 Mon Sep 17 00:00:00 2001 From: Pierre Quinton Date: Mon, 20 Apr 2026 13:47:42 +0200 Subject: [PATCH] chore: Add SimplexLab as author --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f104352f..e13772b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ version = "0.10.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [ + {name = "SimplexLab", email = "simplexlab0@gmail.com"}, {name = "Valerian Rey", email = "valerian.rey@gmail.com"}, {name = "Pierre Quinton", email = "pierre.quinton@gmail.com"} ]