Changeset 710 for branches/0.6/setup.py
- Timestamp:
- 02/12/10 16:31:52 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.6/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6/setup.py
r708 r710 41 41 setup( 42 42 name = "PyNN", 43 version = "0.6.0 pre",43 version = "0.6.0", 44 44 package_dir={'pyNN': 'src'}, 45 45 packages = ['pyNN','pyNN.nest', 'pyNN.pcsim', 'pyNN.neuron', 'pyNN.brian', 'pyNN.recording'], … … 48 48 author_email = "pynn@neuralensemble.org", 49 49 description = "A Python package for simulator-independent specification of neuronal network models", 50 long_description = """In other words, you can write the code for a model once, using the PyNN API and the Python_ programming language, and then run it without modification on any simulator that PyNN supports (currently NEURON, NEST, PCSIM and Brian).50 long_description = """In other words, you can write the code for a model once, using the PyNN API and the Python_ programming language, and then run it without modification on any simulator that PyNN supports (currently NEURON, NEST, PCSIM and Brian). 51 51 52 52 The API has two parts, a low-level, procedural API (functions ``create()``, ``connect()``, ``set()``, ``record()``, ``record_v()``), and a high-level, object-oriented API (classes ``Population`` and ``Projection``, which have methods like ``set()``, ``record()``, ``setWeights()``, etc.).
