Skip to content

Commit 6c490f8

Browse files
author
Thinh Nguyen
committed
cleanup
1 parent 40ce9e6 commit 6c490f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 DataJoint NEURO
3+
Copyright (c) 2021 DataJoint NEURO
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
here = path.abspath(path.dirname(__file__))
55

66
long_description = """"
7-
DataJoint Elements for Extracellular Electrophysiology with Neuropixels probe
7+
DataJoint Element for Extracellular Electrophysiology with Neuropixels probe
88
"""
99

1010
with open(path.join(here, 'requirements.txt')) as f:
1111
requirements = f.read().splitlines()
1212

1313
setup(
14-
name='elements-ephys',
14+
name='element-array-ephys',
1515
version='0.0.1',
16-
description="DataJoint Elements for Extracellular Electrophysiology ",
16+
description="DataJoint Element for Extracellular Array Electrophysiology ",
1717
long_description=long_description,
1818
author='DataJoint NEURO',
1919
author_email='info@vathes.com',
2020
license='MIT',
21-
url='https://github.com/datajoint/elements-ephys',
21+
url='https://github.com/datajoint/element-array-ephys',
2222
keywords='neuroscience electrophysiology science datajoint',
2323
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
2424
scripts=[],

0 commit comments

Comments
 (0)