diff --git a/templates/README.md b/templates/README.md index 095d06d0310f20e7474da2db15161ff6b6faa449..7ef0a7a42cab2dece00710a44fb2b65f44b98b4a 100644 --- a/templates/README.md +++ b/templates/README.md @@ -270,6 +270,20 @@ The conda build command creates a temporary file named `record.txt` in the project directory. Please make sure it is added in the `.gitignore` file so that is not committed to the project repository by mistake. +### Extra information in meta.yaml + +Please also replace `<LICENSE>`, `<SHORT_DESCRIPTION>`, and `<LICENSE_FAMILY>` +accordingly. Example: +```yaml + license: BSD-3-Clause + summary: Bob's ... + license_family: BSD +``` +```yaml + license: GPL-3.0 + summary: Bob's ... + license_family: GPL +``` ### Database packages and packages with extra data