[Checkins] SVN: grokcore.message/trunk/buildout.cfg Buildout corrected with the right package name.

Souheil CHELFOUH souheil at chelfouh.com
Tue Mar 2 17:08:56 EST 2010


Log message for revision 109575:
  Buildout corrected with the right package name.
  It now builds :)
  

Changed:
  U   grokcore.message/trunk/buildout.cfg

-=-
Modified: grokcore.message/trunk/buildout.cfg
===================================================================
--- grokcore.message/trunk/buildout.cfg	2010-03-02 22:08:05 UTC (rev 109574)
+++ grokcore.message/trunk/buildout.cfg	2010-03-02 22:08:56 UTC (rev 109575)
@@ -7,11 +7,11 @@
 
 [interpreter]
 recipe = zc.recipe.egg
-eggs = grokcore.messages
+eggs = grokcore.message
 interpreter = python
 
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = grokcore.messages [test]
+eggs = grokcore.message [test]
 defaults = ['--tests-pattern', '^f?tests$', '-v', '-c']



More information about the checkins mailing list