c3f9976 setup.py: refactor, "--develop" param. to pkg_prepare

Authored and Committed by jpokorny 13 years ago
1 file changed. 98 lines added. 67 lines removed.
    setup.py: refactor, "--develop" param. to pkg_prepare
    
    - "--develop" parameter to pkg_prepare will mimic the behaviour of
      setuptools' "develop" while the basic actions of "pkg_prepare"
      (i.e. to prepare local files before installation, substitute
      some values there; note: these files are then effectively installed by
      "install_data" subcommand of distutils) are kept
    
        
file modified
+98 -67