diff options
Diffstat (limited to 'tools/koblingsplan/pyproject.toml')
-rw-r--r-- | tools/koblingsplan/pyproject.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/koblingsplan/pyproject.toml b/tools/koblingsplan/pyproject.toml new file mode 100644 index 0000000..7304a8a --- /dev/null +++ b/tools/koblingsplan/pyproject.toml @@ -0,0 +1,16 @@ +[tool.poetry] +name = "tg-cabling" +version = "0.1.0" +description = "" +authors = ["Håkon Solbjørg <hakon@solbj.org>"] +readme = "README.md" +packages = [{include = "tg_cabling"}] + +[tool.poetry.dependencies] +python = "^3.11" +pyyaml = "^6.0" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |