mirror of
https://github.com/enpaul/vault2vault.git
synced 2024-11-21 17:46:49 +00:00
Add entrypoint script to pyproject
This commit is contained in:
parent
efda9a7cea
commit
3a4a89ac2a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user