From 54e5dd17d763358a9c8d44fda35378cefad03097 Mon Sep 17 00:00:00 2001 From: Michael Oliveira <34169552+Flame442@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:53:40 -0400 Subject: [PATCH] Fix info.json keys in approved CC guide (#6382) --- docs/guide_cog_creators.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide_cog_creators.rst b/docs/guide_cog_creators.rst index b4b0674e12b..0ca875b7e8e 100644 --- a/docs/guide_cog_creators.rst +++ b/docs/guide_cog_creators.rst @@ -41,17 +41,16 @@ Any Cog Creator that does not follow these requirements will have their repo rem - Repo-wide ``info.json`` file with the keys - ``author`` - - ``name`` - ``short`` - ``description`` - Cog ``info.json`` files with the keys - ``author`` - - ``name`` - ``short`` - ``requirements`` (if applicable) - ``description`` + - ``min_python_version`` (if applicable) See `info-json-format` for more information on how to set up ``info.json`` files.