From e81e4d95dc012905a20e392c491a0727ceb830f5 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Fri, 8 Jan 2021 08:50:43 +0100 Subject: [PATCH] add homepage in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7706cb6..07e9a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Glue code to package django projects as yunohost apps." authors = ["JensDiemer "] license = "GPL" readme = "README.md" +homepage = "https://github.com/YunoHost-Apps/django_ynh" packages = [ { include = "django_ynh" }, ]