Skip to content

Commit

Permalink
Merge branch 'lyrebird_exec' of https://github.com/rzhao-2/singlem in…
Browse files Browse the repository at this point in the history
…to metapackage_v6_rebase

lyrebird: new lyrebird executable and subcommand adjustments to
singlem.
  • Loading branch information
rzhao-2 committed Oct 23, 2024
2 parents 9691570 + 6888211 commit 448fc35
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 5 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_version(relpath):
'zenodo_backpack ~= 0.3.0',
),
entry_points = {
'console_scripts': ['singlem = singlem.main:main']
'console_scripts': ['singlem = singlem.main:main',
'lyrebird = singlem.lyrebird:main']
},
)
Loading

0 comments on commit 448fc35

Please sign in to comment.