nix-community.nixvim/docs/gfm-alerts-to-admonitions/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
381 B
TOML
Raw Normal View History

2024-09-11 19:12:19 +02:00
[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 = ["."]