Revision 6d2229d73cd8d0d5e8f336656cb2889b9ea9e571 authored by Helge on 04 June 2014, 13:49:28 UTC, committed by Helge on 04 June 2014, 13:49:28 UTC
1 parent 463549a
Raw File
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