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",