Skip to content

Commit

Permalink
Introduce swix-signatre which is handled by switools/swisignature
Browse files Browse the repository at this point in the history
  • Loading branch information
aristatodor committed Jun 2, 2021
1 parent bece9f9 commit 82597c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
entry_points = {
'console_scripts': [ 'verify-swi=switools.verifyswi:main',
'swi-signature=switools.swisignature:main',
'swix-create=swixtools.create:main' ],
'swix-create=swixtools.create:main',
'swix-signature=switools.swisignature:main',
],
},
url='https://github.com/aristanetworks/swi-tools',
zip_safe=False,
Expand Down

0 comments on commit 82597c5

Please sign in to comment.