diff options
author | Håkon Solbjørg <hakon@solbj.org> | 2023-02-23 18:46:23 +0100 |
---|---|---|
committer | Håkon Solbjørg <hakon@solbj.org> | 2023-02-23 18:50:41 +0100 |
commit | b8c225d083f24a3e078b6922502f4d23aa71106e (patch) | |
tree | c318f0b0f476df3de9abec4d56a2b582466d47f7 /tools/koblingsplan/pyproject.toml | |
parent | 709c78569b26677624e60588fa1166dc659ac93c (diff) |
import koblingsplan script from confluence to git
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" |