This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
brian_setup_info.py
32 lines (31 loc) · 1.66 KB
/
brian_setup_info.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version = '1.4.4'
# the create_extras.py script will automatically generate an extras files
# containing the following files
extras_folders = ['tutorials/tutorial1_basic_concepts/*.py',
'tutorials/tutorial1_basic_concepts/*.txt',
'tutorials/tutorial2_connections/*.py',
'tutorials/tutorial2_connections/*.txt',
'examples/*.py', 'examples/*.txt',
'examples/audition/*.py',
'examples/electrophysiology/*.py',
'examples/electrophysiology/*.npy',
'examples/frompapers/*.py',
'examples/frompapers/computing with neural synchrony/*.txt',
'examples/frompapers/computing with neural synchrony/olfaction/*.py',
'examples/frompapers/computing with neural synchrony/duration selectivity/*.py',
'examples/frompapers/computing with neural synchrony/hearing/*.py',
'examples/frompapers/computing with neural synchrony/coincidence detection and synchrony/*.py',
'examples/hears/*.py',
'examples/hears/tan_carney_2003/*.py',
'examples/interface/*.*',
'examples/misc/*.py',
'examples/modelfitting/*.py',
'examples/modelfitting/*.txt',
'examples/multiprocessing/*.py',
'examples/plasticity/*.py',
'examples/synapses/*.py',
'docs/*.*',
'docs/_images/*.jpg',
'docs/_sources/*.*',
'docs/_static/*.*'
]