We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5099b97 commit 297926cCopy full SHA for 297926c
setup.py
@@ -20,7 +20,8 @@
20
install_requires = install_requires,
21
url='https://github.com/NeuroTechX/eeg-expy',
22
license="BSD (3-clause)",
23
- entry_points={"console_scripts": ["eegnb=eegnb.cli.__main__:main"]},
+ entry_points={"console_scripts": ["eegnb=eegnb.cli.__main__:main",
24
+ "eegexpy=eegnb.cli.__main__:main"]},
25
packages=find_packages(),
26
classifiers=[
27
"Programming Language :: Python :: 3",
0 commit comments