diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-01 10:17:39 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-01 10:17:39 -0500 |
commit | 4a3f04323597410048b16f65dc67c8254b713140 (patch) | |
tree | 12445345bdbdaeee9dc53cfcac23e0484d6bf753 | |
parent | 1e48a8308a035e78398c4982d60cfa8f947f41e3 (diff) | |
download | mediagoblin-4a3f04323597410048b16f65dc67c8254b713140.tar.lz mediagoblin-4a3f04323597410048b16f65dc67c8254b713140.tar.xz mediagoblin-4a3f04323597410048b16f65dc67c8254b713140.zip |
Include dependent scripts... maybe we'll change this later
-rw-r--r-- | buildout.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg index 2b36fb7c..520d5907 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -5,6 +5,7 @@ parts = mediagoblin make_user_dev_dirs [mediagoblin] recipe=zc.recipe.egg interpreter=python +dependent-scripts = true eggs=mediagoblin entry-points = nosetests=nose:run_exit |