add homepage in pyproject.toml

This commit is contained in:
JensDiemer 2021-01-08 08:50:43 +01:00
parent c38849f771
commit e81e4d95dc

View file

@ -5,6 +5,7 @@ description = "Glue code to package django projects as yunohost apps."
authors = ["JensDiemer <git@jensdiemer.de>"]
license = "GPL"
readme = "README.md"
homepage = "https://github.com/YunoHost-Apps/django_ynh"
packages = [
{ include = "django_ynh" },
]