1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-20 09:19:41 +01:00
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 = ["."]