Skip to content

Commit

Permalink
Fix info.json keys in approved CC guide (#6382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flame442 authored Jul 10, 2024
1 parent 573e5c2 commit 57b76bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guide_cog_creators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 57b76bc

Please sign in to comment.