diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..6497de6 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,12 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'edx-when' + description: "This repo contains start, end, and due dates for Courses and offers the functionality to have both absolute and relative dates." +spec: + owner: group:openedx-unmaintained + type: 'library' + lifecycle: '' \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 16b2ee7..0000000 --- a/openedx.yaml +++ /dev/null @@ -1,16 +0,0 @@ -nick: edx-when -tags: - - tools - - library -oeps: - oep-2: true - oep-3: - state: false - reason: TODO - Implement for this application if appropriate - oep-5: - state: false - reason: TODO - Implement for this application if appropriate - oep-7: true # Python 3 - oep-18: true # make upgrade - oep-30: - state: true