From 60781db2739630ede6871ae2e392e51afd44a916 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Fri, 2 Aug 2024 14:47:48 +0200 Subject: [PATCH] Add code repository URL to pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d16a6f7..823e692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,9 @@ dependencies = [ "SQLAlchemy >= 2.0", ] +[project.urls] +Repository = "https://gitlab.tuwien.ac.at/fairdata/formatscaper" + [project.optional-dependencies] dev = [ "black >= 24.2.0", -- GitLab