Skip to content

Commit

Permalink
make museek a command
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeuswi committed Sep 25, 2023
1 parent a5cd42f commit b65ab6d
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 @@ -7,6 +7,11 @@
author='',
author_email='',
packages=find_packages(),
entry_points={
'console_scripts': [
'museek = ivory.cli.main:run',
]
},
install_requires=[
'numpy==1.23.3',
'scipy',
Expand Down

0 comments on commit b65ab6d

Please sign in to comment.