changeset 99:f6baba33612e

Explicitly list generated scripts in buildout. Drop wsgi buildout section.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 21 Aug 2011 19:03:00 +0200
parents 84672a6ac38b
children 3024c77310d1
files buildout.cfg develop.cfg
diffstat 2 files changed, 2 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/buildout.cfg	Sun Aug 21 18:35:49 2011 +0200
+++ b/buildout.cfg	Sun Aug 21 19:03:00 2011 +0200
@@ -12,12 +12,4 @@
      itsdangerous
      ltpdarepo
 interpreter = python
-
-[wsgi]
-recipe = zc.recipe.egg
-eggs = ${flask:eggs}
-entry-points =
-    wsgi=ltpdarepo:main
-initialization =
-    from ltpdarepo import app as application
-    application.config.from_pyfile('${buildout:directory}/src/ltpdarepo/config.py')
+scripts = run admin
--- a/develop.cfg	Sun Aug 21 18:35:49 2011 +0200
+++ b/develop.cfg	Sun Aug 21 19:03:00 2011 +0200
@@ -6,3 +6,4 @@
      unittest2
      coverage
      zope.testbrowser [wsgi]
+scripts += unit2 coverage