Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Oct 20, 2020
1 parent a9b303c commit cd60248
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup_args = {
'name': 'ndx-events',
'version': '0.2.0',
'description': 'NWB extension to store event and TTL pulse data',
'description': 'NWB extension for storing timestamped event and TTL pulse data',
'long_description': readme,
'long_description_content_type': readme_type,
'author': 'Ryan Ly',
Expand Down
2 changes: 1 addition & 1 deletion spec/ndx-events.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespaces:
- Ryan Ly
contact:
- [email protected]
doc: NWB extension to store event and TTL pulse data
doc: NWB extension for storing timestamped event and TTL pulse data
name: ndx-events
schema:
- namespace: core
Expand Down
2 changes: 1 addition & 1 deletion src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def main():
# these arguments were auto-generated from your cookiecutter inputs
ns_builder = NWBNamespaceBuilder(
doc="""NWB extension to store event and TTL pulse data""",
doc="""NWB extension for storing timestamped event and TTL pulse data""",
name="""ndx-events""",
version="""0.2.0""",
author=list(map(str.strip, """Ryan Ly""".split(','))),
Expand Down

0 comments on commit cd60248

Please sign in to comment.