Skip to content

Commit

Permalink
rename python entrypoint files (installed executables have the same n…
Browse files Browse the repository at this point in the history
…ame)
  • Loading branch information
chrisnc committed Dec 14, 2024
1 parent f33f834 commit 7e065b5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
cffi_modules=["ffibuilder.py:ffibuilder"],
entry_points={
"console_scripts": [
"lith-keygen = lithium.entry_points.lith_keygen:main",
"lith-sign = lithium.entry_points.lith_sign:main",
"lith-verify = lithium.entry_points.lith_verify:main",
"gimli-hash = lithium.entry_points.gimli_hash:main",
"gimli-hash = lithium.entry_points.hash:main",
"lith-keygen = lithium.entry_points.keygen:main",
"lith-sign = lithium.entry_points.sign:main",
"lith-verify = lithium.entry_points.verify:main",
],
},
)

0 comments on commit 7e065b5

Please sign in to comment.