GalacticFactory/pyproject.toml
2024-10-21 13:52:08 -04:00

15 lines
464 B
TOML

[project]
name = "galacticfactory-docs"
version = "0.1.0"
description = "Documentation for the GalacticFactory modpack"
authors = [{name="GalacticFactory", email="contact@galacticfactory.cc"}]
license = "MIT"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mkdocs>=1.6.1",
"mkdocs-git-authors-plugin>=0.9.0",
"mkdocs-git-revision-date-localized-plugin>=1.2.9",
"mkdocs-material[imaging]>=9.5.42",
"mkdocs-redirects>=1.2.1",
]