From 60d63921c387c0acbe76f7f64eae2ae2ac0e735a Mon Sep 17 00:00:00 2001
From: Calen Pennington <calen.pennington@gmail.com>
Date: Tue, 23 Aug 2016 10:42:39 -0400
Subject: [PATCH] Add an OEP-2 compliant openedx.yaml file

---
 openedx.yaml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 openedx.yaml

diff --git a/openedx.yaml b/openedx.yaml
new file mode 100644
index 0000000..f4f0839
--- /dev/null
+++ b/openedx.yaml
@@ -0,0 +1,7 @@
+# This file describes this Open edX repo, as described in OEP-2:
+# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification
+
+nick: lti
+oeps: {}
+owner: MUST FILL IN OWNER
+track-pulls: true
-- 
GitLab