2
0
mirror of https://github.com/dadevel/wg-netns synced 2024-10-30 21:20:12 +00:00
wg-netns/pyproject.toml
2023-05-25 22:56:53 +02:00

20 lines
395 B
TOML

[tool.poetry]
name = "wgnetns"
version = "2.3.0"
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"