From 018a6d4fce0458c4d5eb38eea2a32545817a1389 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 22 Jul 2025 17:21:51 +0300 Subject: [PATCH] Add repository field to python library --- tools/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 29a8d37..fcf6bac 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -25,4 +25,5 @@ pyflix = ["README.md"] [project.urls] Homepage = "https://github.com/okalachev/flix/tree/master/tools/pyflix" +Repository = "https://github.com/okalachev/flix" Issues = "https://github.com/okalachev/flix/issues"