mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
add homepage in pyproject.toml
This commit is contained in:
parent
c38849f771
commit
e81e4d95dc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ description = "Glue code to package django projects as yunohost apps."
|
||||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||||
license = "GPL"
|
license = "GPL"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
homepage = "https://github.com/YunoHost-Apps/django_ynh"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "django_ynh" },
|
{ include = "django_ynh" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue