nix-community.nixvim/docs/gfm-alerts-to-admonitions/pyproject.toml
2024-09-13 12:59:27 +01:00

15 lines
381 B
TOML

[project]
name = "gfm-alerts-to-admonitions"
version = "0.0"
description = "MarkdownIt plugin to convert gfm alerts to nixos-render-docs admonitions"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[build-system]
requires = ["setuptools"]
[tool.pytest.ini_options]
pythonpath = ["."]