Simple HTML Generation https://minihtml.trendels.name/

add project URLs

+5
+5
pyproject.toml
··· 11 11 license = "MIT" 12 12 license-files = ["LICENSE"] 13 13 14 + [project.urls] 15 + homepage = "https://github.com/trendels/minihtml" 16 + source = "https://github.com/trendels/minihtml" 17 + changelog = "https://github.com/trendels/minihtml/blob/main/Changelog.md" 18 + 14 19 [build-system] 15 20 requires = ["hatchling"] 16 21 build-backend = "hatchling.build"