From e45e1bb9a62ede016663cfae6667b9f349a346d2 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Thu, 19 Sep 2024 00:48:28 -0700 Subject: [PATCH] authors => maintainers in pyproject.toml --- plugin/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pyproject.toml b/plugin/pyproject.toml index 939eede..d99166d 100644 --- a/plugin/pyproject.toml +++ b/plugin/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ ] requires-python = ">=3.8" keywords = ["yt-dlp", "yt-dlp-plugin", "yt-dlp-plugins-get-pot"] -authors = [ +maintainers = [ { name = "Brainicism", email = "brainicism@gmail.com" }, { name = "grqz" }, ]