Skip to content

Commit

Permalink
build: change CLI cmd name from biothings-admin to just biothings
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed May 23, 2023
1 parent 0992d3c commit 55978e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ def read(fname):
"dev": web_extra_requires + hub_requires + cli_requires + docker_requires + dev_requires + docs_requires,
},
entry_points={
"console_scripts": ["biothings-admin=biothings.management.cli:main"],
"console_scripts": ["biothings=biothings.management.cli:main"],
},
)

0 comments on commit 55978e1

Please sign in to comment.