mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
15 lines
381 B
TOML
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 = ["."]
|