File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020 DataJoint NEURO
3
+ Copyright (c) 2021 DataJoint NEURO
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 4
4
here = path .abspath (path .dirname (__file__ ))
5
5
6
6
long_description = """"
7
- DataJoint Elements for Extracellular Electrophysiology with Neuropixels probe
7
+ DataJoint Element for Extracellular Electrophysiology with Neuropixels probe
8
8
"""
9
9
10
10
with open (path .join (here , 'requirements.txt' )) as f :
11
11
requirements = f .read ().splitlines ()
12
12
13
13
setup (
14
- name = 'elements -ephys' ,
14
+ name = 'element-array -ephys' ,
15
15
version = '0.0.1' ,
16
- description = "DataJoint Elements for Extracellular Electrophysiology " ,
16
+ description = "DataJoint Element for Extracellular Array Electrophysiology " ,
17
17
long_description = long_description ,
18
18
author = 'DataJoint NEURO' ,
19
19
author_email = 'info@vathes.com' ,
20
20
license = 'MIT' ,
21
- url = 'https://github.com/datajoint/elements -ephys' ,
21
+ url = 'https://github.com/datajoint/element-array -ephys' ,
22
22
keywords = 'neuroscience electrophysiology science datajoint' ,
23
23
packages = find_packages (exclude = ['contrib' , 'docs' , 'tests*' ]),
24
24
scripts = [],
You can’t perform that action at this time.
0 commit comments