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 11MIT License
22
3- Copyright (c) 2020 DataJoint NEURO
3+ Copyright (c) 2021 DataJoint NEURO
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 44here = path .abspath (path .dirname (__file__ ))
55
66long_description = """"
7- DataJoint Elements for Extracellular Electrophysiology with Neuropixels probe
7+ DataJoint Element for Extracellular Electrophysiology with Neuropixels probe
88"""
99
1010with open (path .join (here , 'requirements.txt' )) as f :
1111 requirements = f .read ().splitlines ()
1212
1313setup (
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 = [],
You can’t perform that action at this time.
0 commit comments