Skip to content

Commit 3e4667e

Browse files
author
Chaitanya CHINTALURI
committed
fixed pip install features and added license file
1 parent 2e839fe commit 3e4667e

5 files changed

Lines changed: 88 additions & 414 deletions

File tree

LICENSE.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Corresponding SPDX licence
2+
BSD 3-Clause "New" or "Revised" License
3+
Licence ID
4+
BSD-3-Clause
5+
6+
7+
Licence text
8+
Copyright (c) 2017-2023, Chintaluri et al.
9+
All rights reserved.
10+
11+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
12+
13+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
14+
15+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
16+
17+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MANIFEST.in

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
include LICENSE.txt
22
include README.rst
3-
graft data
3+
include kcsd/data/gang_7x7_200/electrode_positions/elcoord_x_y_z
4+
include kcsd/data/gang_7x7_200/LFP/myLFP
5+
include kcsd/data/gang_7x7_200/morphology/*
6+
include kcsd/data/ball_and_stick_8/electrode_positions/elcoord_x_y_z
7+
include kcsd/data/ball_and_stick_8/LFP/myLFP
8+
include kcsd/data/ball_and_stick_8/morphology/*
9+
include kcsd/data/ball_and_stick_16/electrode_positions/elcoord_x_y_z
10+
include kcsd/data/ball_and_stick_16/LFP/myLFP
11+
include kcsd/data/ball_and_stick_16/morphology/*
12+
include kcsd/data/ball_and_stick_128/electrode_positions/elcoord_x_y_z
13+
include kcsd/data/ball_and_stick_128/LFP/myLFP
14+
include kcsd/data/ball_and_stick_128/morphology/*
15+
include kcsd/data/Y_shaped_neuron/electrode_positions/elcoord_x_y_z
16+
include kcsd/data/Y_shaped_neuron/LFP/myLFP
17+
include kcsd/data/Y_shaped_neuron/morphology/*
18+
include kcsd/data/Simple_with_branches/electrode_positions/elcoord_x_y_z
19+
include kcsd/data/Simple_with_branches/LFP/myLFP
20+
include kcsd/data/Simple_with_branches/morphology/*
21+
include kcsd/data/morphology/*
22+
include kcsd/data/sinsyn.mod
423
graft figures
5-
graft doc
6-
graft tests
7-
graft validation
8-
global-exclude *.py[cod] __pycache__ *.so
24+
graft docs
25+
graft tutorials
26+
global-exclude *.py[cod] __pycache__ *.so *.pdf *.npz *.png *.npy

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To have these tutorials and saved on your desktop, you will also need jupyter-no
4545

4646
.. code-block:: bash
4747
48-
pip install jupyterlab
48+
pip install jupyter notebook
4949
5050
5151
Figures

0 commit comments

Comments
 (0)