Changeset 181
- Timestamp:
- 01/25/08 13:23:26 (10 months ago)
- Files:
-
- branches/multifile/setup.py (modified) (1 diff)
- branches/multifile/src (added)
- branches/multifile/src/__init__.py (moved) (moved from branches/multifile/__init__.py)
- branches/multifile/src/common.py (moved) (moved from branches/multifile/common.py)
- branches/multifile/src/facetsml.py (moved) (moved from branches/multifile/facetsml.py)
- branches/multifile/src/nest1 (moved) (moved from branches/multifile/nest1)
- branches/multifile/src/nest2 (moved) (moved from branches/multifile/nest2)
- branches/multifile/src/neuroml.py (moved) (moved from branches/multifile/neuroml.py)
- branches/multifile/src/neuron (moved) (moved from branches/multifile/neuron)
- branches/multifile/src/oldneuron.py (moved) (moved from branches/multifile/oldneuron.py)
- branches/multifile/src/pcsim (moved) (moved from branches/multifile/pcsim)
- branches/multifile/src/random.py (moved) (moved from branches/multifile/random.py)
- branches/multifile/src/utility.py (moved) (moved from branches/multifile/utility.py)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/multifile/setup.py
r81 r181 6 6 name = "PyNN", 7 7 version = "0.4.0alpha", 8 package_dir={'pyNN': ' '},8 package_dir={'pyNN': 'src'}, 9 9 packages = ['pyNN'], 10 10 author = "The NeuralEnsemble Community",

