-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): authors is also optional (#646)
- Loading branch information
1 parent
c273f4c
commit 87705e1
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
``` | ||
|
@@ -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] | ||
|