commit | d531f36e4eb005162bbd73e1de9708cc15c0d4c7 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Sep 16 11:38:55 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | a3f92ef52e4aab314b2d89d7e967098f175234af | |
parent | 491bbd6480d5149a46bb675c0fb6d9b6b419ebbd [diff] [blame] |
chore: add more tests + add config
diff --git a/pyproject.toml b/pyproject.toml index 1c7be9a..d2055ba 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -7,10 +7,14 @@ authors = ["Mohammed Naser <mnaser@vexxhost.com>"] readme = "README.md" +[tool.poetry.scripts] +atmosphere-operator = "atmosphere.cmd.operator:main" + [tool.poetry.dependencies] python = "^3.10" schematics = "^2.1.1" pykube-ng = "^22.7.0" +confspirator = "^0.3.0" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3"