Skip to content

Commit

Permalink
added to enable eegexpy commands (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGriffiths committed Apr 14, 2024
1 parent 5099b97 commit 297926c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -20,7 +20,8 @@
install_requires = install_requires,
url='https://github.com/NeuroTechX/eeg-expy',
license="BSD (3-clause)",
entry_points={"console_scripts": ["eegnb=eegnb.cli.__main__:main"]},
entry_points={"console_scripts": ["eegnb=eegnb.cli.__main__:main",
"eegexpy=eegnb.cli.__main__:main"]},
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 297926c

Please sign in to comment.