[Checkins] SVN: zope.sendmail/trunk/buildout.cfg Buildout part to create bin/zope-sendmail and bin/python.

Marius Gedminas cvs-admin at zope.org
Wed May 30 14:57:47 UTC 2012


Log message for revision 126523:
  Buildout part to create bin/zope-sendmail and bin/python.

Changed:
  U   zope.sendmail/trunk/buildout.cfg

-=-
Modified: zope.sendmail/trunk/buildout.cfg
===================================================================
--- zope.sendmail/trunk/buildout.cfg	2012-05-30 14:15:14 UTC (rev 126522)
+++ zope.sendmail/trunk/buildout.cfg	2012-05-30 14:57:44 UTC (rev 126523)
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test coverage-test coverage-report
+parts = scripts test coverage-test coverage-report
 
+[scripts]
+recipe = z3c.recipe.scripts
+eggs = zope.sendmail
+interpreter = python
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.sendmail [test]



More information about the checkins mailing list