Add entrypoint script to pyproject

This commit is contained in:
Ethan Paul 2022-04-08 00:55:48 -04:00
parent efda9a7cea
commit 3a4a89ac2a
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython"
]
[tool.poetry.scripts]
vault2vault = "vault2vault:main"
[tool.poetry.dependencies]
python = "^3.6.1"
"ruamel.yaml" = "^0.17.16"