From 561b241347b9f3e3f173b372e60c98e095826cf1 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Wed, 10 Jan 2024 11:27:18 +0100 Subject: [PATCH] fix(docs): authors is also optional --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 45e25709a..fc8de3fdf 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -15,7 +15,6 @@ The minimally required information in the `project` table is: ```toml [project] name = "project-name" -authors = ["John Doe "] channels = ["conda-forge"] platforms = ["linux-64"] ``` @@ -36,7 +35,7 @@ See the [version documentation](https://docs.rs/rattler_conda_types/latest/rattl version = "1.2.3" ``` -### `authors` +### `authors` (optional) This is a list of authors of the project. ```toml [project]