Skip to content

Commit 9502e75

Browse files
committed
Include NeuralynxRawIO dir in non-develop installs, wheels, and sdist
1 parent ee84622 commit 9502e75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
name="neo",
2626
version=neo_version,
2727
packages=[
28-
'neo', 'neo.core', 'neo.io', 'neo.rawio', 'neo.test',
29-
'neo.test.coretest', 'neo.test.iotest', 'neo.test.rawiotest'],
28+
'neo', 'neo.core', 'neo.io', 'neo.rawio', 'neo.rawio.neuralynxrawio',
29+
'neo.test', 'neo.test.coretest', 'neo.test.iotest',
30+
'neo.test.rawiotest'],
3031
install_requires=install_requires,
3132
extras_require=extras_require,
3233
author="Neo authors and contributors",

0 commit comments

Comments
 (0)