dream2nix/docs/pyproject.toml
2024-06-11 19:05:26 +02:00

12 lines
265 B
TOML

[project]
name = "dream2nix_docs"
description = "documentation of dream2nix"
authors = [{ name = "David Hauer"}, {name = "Paul Haerle", email = "hello@phaer.org"}]
dynamic = ["version"]
dependencies = ["mkdocs"]
[tool.setuptools]
packages = [ "dream2nix_docs" ]