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 0833d10 commit 15ca803Copy full SHA for 15ca803
setup.py
@@ -4,7 +4,7 @@
4
here = path.abspath(path.dirname(__file__))
5
6
long_description = """"
7
-DataJoint Element for Extracellular Electrophysiology with Neuropixels probe
+DataJoint Element for Extracellular Array Electrophysiology with Neuropixels probe
8
"""
9
10
with open(path.join(here, 'requirements.txt')) as f:
@@ -13,7 +13,7 @@
13
setup(
14
name='element-array-ephys',
15
version='0.0.1',
16
- description="DataJoint Element for Extracellular Array Electrophysiology ",
+ description="DataJoint Element for Extracellular Array Electrophysiology",
17
long_description=long_description,
18
author='DataJoint NEURO',
19
author_email='info@vathes.com',
0 commit comments