Skip to content

Commit

Permalink
Add entrypoint for vault-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpops committed Apr 26, 2023
1 parent ccc5f8a commit cc0b6b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
classifiers=[
"Programming Language :: Python :: 3.7",
],
entry_points = {
"console_scripts": [
"vault-dump=vault_dump.main:main"
]
},
)

0 comments on commit cc0b6b5

Please sign in to comment.