From b600ce56d943c38406d50cd98770d924ecc2e5e0 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 31 Jul 2025 12:01:50 +0200 Subject: [PATCH] (minor) List of maintainers --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 21c23d64..8ad23e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,9 @@ name = "lightspeed-stack" dynamic = ["version"] description = "LLM tooling stack" authors = [] +maintainers = [ + {email = "tisnik@centrum.cz", name = "Pavel Tišnovský"}, +] classifiers = [ "Development Status :: 4 - Beta", "Topic :: Scientific/Engineering :: Artificial Intelligence",