mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 07:03:02 +02:00
- relocate src/show.py to src/bin/show/ - Refactor container() to use run_sysrepo() instead of rolling its own - Replace sysrepocfg with copy which supports nacm - Rename run_sysrepocfg() -> get_json() Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
19 lines
315 B
TOML
19 lines
315 B
TOML
[tool.poetry]
|
|
name = "infix-show"
|
|
version = "1.0"
|
|
description = "Infix show commands"
|
|
license = "MIT"
|
|
packages = [
|
|
{ include = "show" }
|
|
]
|
|
authors = [
|
|
"KernelKit developers"
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
show = "show:main"
|