mirror of
https://github.com/imgfloat/docs.git
synced 2026-02-04 20:09:25 +00:00
8 lines
202 B
TOML
8 lines
202 B
TOML
[project]
|
|
name = "docs"
|
|
version = "1.0.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["mkdocs", "mkdocstrings[python]", "markdown-include"]
|