From 5036cfa9fb2932956ca7a570666af3aba38c1ef9 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 15 Feb 2018 11:23:40 +0100
Subject: [PATCH] Update README.md

---
 templates/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/templates/README.md b/templates/README.md
index 095d06d..7ef0a7a 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
 
-- 
GitLab