From fc4a1a0ad6b47dfb212bfff2be155c65920902ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Delgado?= <4688726+jmigueldelgado@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:04:25 +0200 Subject: [PATCH] Adjust backstage and other settings ahead of transferring ownership (#68) * adjust backstage catalog info * remove unnecessary references to up42 ahead of repo transfer --- .github/CODEOWNERS | 1 - catalog-info.yaml | 14 -------------- pyproject.toml | 4 ---- 3 files changed, 19 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 catalog-info.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index e5b3429..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @up42/data-science \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index 2b9410a..0000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: "image-similarity-measures" - title: Image Similarity Measures - namespace: up42 - annotations: - github.com/project-slug: "up42/image-similarity-measures" -spec: - type: library - owner: group:up42/processing-platform-team - lifecycle: production - system: up42/processing-platform - \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1d3d744..9dc645e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,10 +17,6 @@ classifiers=[ pytest = "^7.3.0" rasterio = "^1.3.6" - -[project.urls] -Source = 'https://github.com/up42/image-similarity-measures' - [tool.poetry.dependencies] python = ">=3.9, <3.13" numpy = "^1.24.2"