Skip to content

Commit

Permalink
added to enable eegexpy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGriffiths committed Apr 14, 2024
1 parent 5099b97 commit 6b5bb71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 6b5bb71

Please sign in to comment.