diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-07-18 16:04:09 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-07-18 16:04:09 +0000 |
commit | 6461dc7eaedccfab6fe29465f5ff85216e01ad59 (patch) | |
tree | bc69ebe1302b63d5aa5b02dff4a8d85edd0bc523 /morphlib/artifactresolver_tests.py | |
parent | 82162907439d79afa5a8063d66426288ccfb21dc (diff) | |
download | morph-6461dc7eaedccfab6fe29465f5ff85216e01ad59.tar.gz |
morph: Add a sensible default path of morphlib/plugins
Plugins which don't need configuring should install themselves into
morphlib/plugins, this can be done as part of distutils by
import morphlib
plugin_dir = os.path.join(os.path.dirname(morphlib.__file__), 'plugins')
from distutils.core import setup
setup(data_files=[(plugin_dir, plugins)])
Diffstat (limited to 'morphlib/artifactresolver_tests.py')
0 files changed, 0 insertions, 0 deletions