Skip to content

Commit

Permalink
fix(docs): authors is also optional (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Jan 10, 2024
1 parent c273f4c commit 87705e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The minimally required information in the `project` table is:
```toml
[project]
name = "project-name"
authors = ["John Doe <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64"]
```
Expand All @@ -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]
Expand Down

0 comments on commit 87705e1

Please sign in to comment.