Skip to content

Commit c3ae22d

Browse files
committed
Add new neuralynxrawio folder to package installation
1 parent 056c3f2 commit c3ae22d

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
@@ -26,7 +26,8 @@
2626
version=neo_version,
2727
packages=[
2828
'neo', 'neo.core', 'neo.io', 'neo.rawio', 'neo.test',
29-
'neo.test.coretest', 'neo.test.iotest', 'neo.test.rawiotest'],
29+
'neo.test.coretest', 'neo.test.iotest', 'neo.test.rawiotest',
30+
'neo.rawio.neuralynxrawio'],
3031
install_requires=install_requires,
3132
extras_require=extras_require,
3233
author="Neo authors and contributors",

0 commit comments

Comments
 (0)