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" }, ]