From 151a8ef9a4da02edd703e65f00f1ca7d7c9b6490 Mon Sep 17 00:00:00 2001 From: Jorgen-5 Date: Tue, 26 Nov 2024 15:33:18 +0100 Subject: [PATCH] Changed github links to datadoc-editor --- backstage.yaml | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backstage.yaml b/backstage.yaml index 002df150..38367824 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -11,7 +11,7 @@ metadata: - python - dash annotations: - github.com/project-slug: statisticsnorway/datadoc + github.com/project-slug: statisticsnorway/datadoc-editor spec: type: service owner: dapla-metadata-developers diff --git a/pyproject.toml b/pyproject.toml index 0f1ba02e..89c88791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ description = "Document dataset metadata. For use in Statistics Norway's metadat authors = ["Statistics Norway "] license = "MIT" readme = "README.md" -homepage = "https://github.com/statisticsnorway/datadoc" -repository = "https://github.com/statisticsnorway/datadoc" -documentation = "https://statisticsnorway.github.io/datadoc" +homepage = "https://github.com/statisticsnorway/datadoc-editor" +repository = "https://github.com/statisticsnorway/datadoc-editor" +documentation = "https://statisticsnorway.github.io/datadoc-editor" classifiers = [ "Development Status :: 4 - Beta", "Framework :: Dash", @@ -20,7 +20,7 @@ packages = [{ include = "datadoc", from = "src" }] datadoc = 'datadoc.app:main' [tool.poetry.urls] -Changelog = "https://github.com/statisticsnorway/datadoc/releases" +Changelog = "https://github.com/statisticsnorway/datadoc-editor/releases" [tool.poetry.dependencies] python = ">=3.10,<4.0"