Changeset 176

Show
Ignore:
Timestamp:
01/24/08 17:42:03 (10 months ago)
Author:
emuller
Message:

Moved all code to a ./src subdir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/emuller_sandbox/setup.py

    r81 r176  
    66    name = "PyNN", 
    77    version = "0.4.0alpha", 
    8     package_dir={'pyNN': ''}, 
     8    package_dir={'pyNN': 'src'}, 
    99    packages = ['pyNN'], 
    1010    author = "The NeuralEnsemble Community",