From d73e4aaf02677c88ba30dfabc86f7dba15ccbc30 Mon Sep 17 00:00:00 2001 From: Tim Daniel Metzler Date: Tue, 23 May 2023 14:05:56 +0200 Subject: [PATCH] Add project url to tbump --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3ca771d..7b8ee892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,8 +58,7 @@ artifacts = [ ] [tool.tbump] -# Uncomment this if your project is hosted on GitHub: -# github_url = "https://github.com///" +github_url = "https://github.com/Digiklausur/e2xgrader/" [tool.tbump.version] current = "0.1.0-dev3"