https://github.com/vitay/ANNarchy
Revision 685459a416529b918f138985ab591cfa51b2d361 authored by Julien Vitay on 15 June 2014, 19:01:25 UTC, committed by Julien Vitay on 15 June 2014, 19:01:25 UTC
1 parent 7f58fec
Raw File
Tip revision: 685459a416529b918f138985ab591cfa51b2d361 authored by Julien Vitay on 15 June 2014, 19:01:25 UTC
Added a Spike2RatePopulation.
Tip revision: 685459a
MANIFEST.in
include MANIFEST.in
include README.rst
include requirements.txt
include setup.cfg
include ANNarchy/core/cython_ext/*.pyx
include ANNarchy/core/cython_ext/*.pxd
exclude ANNarchy/core/cython_ext/*.c
exclude ANNarchy/core/cython_ext/*.cpp
exclude ANNarchy/core/cython_ext/*.so
recursive-include docs Makefile *.py *.rst *.png *.svg
graft docs/_themes
prune docs/_build
include examples/neural_field/NeuralField.py
include examples/neural_field/BubbleWorld.pyx
include examples/bar_learning/BarLearning.py
include examples/izhikevich/Izhikevich.py
include examples/simple_stdp/SimpleSTDPModel.py
back to top