You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wg-netns/pyproject.toml

20 lines
395 B
TOML

[tool.poetry]
name = "wgnetns"
version = "2.3.4"
description = "wg-quick for network namespaces"
authors = ["dadevel <dadevel@disroot.org>"]
license = "MIT"
[tool.poetry.scripts]
wg-netns = "wgnetns.main:main"
[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "^6.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"