Skip to content

Commit 297926c

Browse files
added to enable eegexpy commands (#265)
1 parent 5099b97 commit 297926c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
install_requires = install_requires,
2121
url='https://github.com/NeuroTechX/eeg-expy',
2222
license="BSD (3-clause)",
23-
entry_points={"console_scripts": ["eegnb=eegnb.cli.__main__:main"]},
23+
entry_points={"console_scripts": ["eegnb=eegnb.cli.__main__:main",
24+
"eegexpy=eegnb.cli.__main__:main"]},
2425
packages=find_packages(),
2526
classifiers=[
2627
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)