mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-06 11:21:58 +00:00
9 lines
176 B
TOML
9 lines
176 B
TOML
[project]
|
|
name = "homepage-docs"
|
|
version = "1.0.0"
|
|
description = "Documentation for the Homepage project"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"zensical>=0.0.21",
|
|
]
|