Changeset 176
- Timestamp:
- 01/24/08 17:42:03 (10 months ago)
- Files:
-
- branches/emuller_sandbox/setup.py (modified) (1 diff)
- branches/emuller_sandbox/src (added)
- branches/emuller_sandbox/src/__init__.py (moved) (moved from branches/emuller_sandbox/__init__.py)
- branches/emuller_sandbox/src/common.py (moved) (moved from branches/emuller_sandbox/common.py)
- branches/emuller_sandbox/src/facetsml.py (moved) (moved from branches/emuller_sandbox/facetsml.py)
- branches/emuller_sandbox/src/hoc (moved) (moved from branches/emuller_sandbox/hoc)
- branches/emuller_sandbox/src/misc (moved) (moved from branches/emuller_sandbox/misc)
- branches/emuller_sandbox/src/nest1.py (moved) (moved from branches/emuller_sandbox/nest1.py)
- branches/emuller_sandbox/src/nest2.py (moved) (moved from branches/emuller_sandbox/nest2.py)
- branches/emuller_sandbox/src/neuroml.py (moved) (moved from branches/emuller_sandbox/neuroml.py)
- branches/emuller_sandbox/src/neuron.py (moved) (moved from branches/emuller_sandbox/neuron.py)
- branches/emuller_sandbox/src/oldneuron.py (moved) (moved from branches/emuller_sandbox/oldneuron.py)
- branches/emuller_sandbox/src/pcsim.py (moved) (moved from branches/emuller_sandbox/pcsim.py)
- branches/emuller_sandbox/src/random.py (moved) (moved from branches/emuller_sandbox/random.py)
- branches/emuller_sandbox/src/test (moved) (moved from branches/emuller_sandbox/test)
- branches/emuller_sandbox/src/utility.py (moved) (moved from branches/emuller_sandbox/utility.py)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/emuller_sandbox/setup.py
r81 r176 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",

