From 945d99a770f9683d200f72e2c5d6877d23e5222a Mon Sep 17 00:00:00 2001 From: Tom Cobb Date: Fri, 13 Sep 2024 09:58:43 +0000 Subject: [PATCH] Update copier template to remote catalog info --- .copier-answers.yml | 5 +---- catalog-info.yaml | 10 ---------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 catalog-info.yaml diff --git a/.copier-answers.yml b/.copier-answers.yml index 62a4edea..59fbdda8 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,11 +1,8 @@ # Changes here will be overwritten by Copier -_commit: 2.2.0-25-gcefd623 +_commit: 2.2.0-27-ga21ee4c _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb -component_lifecycle: experimental -component_owner: group:default/sscc -component_type: library description: Specify step and flyscan paths in a serializable, efficient and Pythonic way distribution_name: scanspec diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index 21cc4a14..00000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: scanspec - title: scanspec - description: Specify step and flyscan paths in a serializable, efficient and Pythonic way -spec: - type: library - lifecycle: experimental - owner: group:default/sscc