# HG changeset patch # User Daniele Nicolodi # Date 1313946180 -7200 # Node ID f6baba33612ede1e1e5d1d740e11f83a30aa8a1a # Parent 84672a6ac38b2c919604187d674ec14698ce4c69 Explicitly list generated scripts in buildout. Drop wsgi buildout section. diff -r 84672a6ac38b -r f6baba33612e buildout.cfg --- 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 diff -r 84672a6ac38b -r f6baba33612e develop.cfg --- 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