mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
14 lines
307 B
TOML
14 lines
307 B
TOML
[project]
|
|
name = "nixvim-render-docs"
|
|
version = "0.0"
|
|
description = "Renderer for Nixvim option docs"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.scripts]
|
|
nixvim-render-docs = "nixvim_render_docs:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|