From 57eada51c66a2def35b8af6b70190df49904859d Mon Sep 17 00:00:00 2001 From: Miguel Delgado Date: Mon, 12 Aug 2024 08:53:37 +0200 Subject: [PATCH] remove unnecessary references to up42 ahead of repo transfer --- .github/CODEOWNERS | 1 - catalog-info.yaml | 11 ----------- pyproject.toml | 4 ---- 3 files changed, 16 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 0783db6..0000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,11 +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 \ 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"