[Checkins] SVN: grok/trunk/grokwiki/setup.py - added sourcefactory requirement

Christian Theune ct at gocept.com
Sat Apr 28 08:46:04 EDT 2007


Log message for revision 74876:
   - added sourcefactory requirement
  

Changed:
  U   grok/trunk/grokwiki/setup.py

-=-
Modified: grok/trunk/grokwiki/setup.py
===================================================================
--- grok/trunk/grokwiki/setup.py	2007-04-28 01:47:41 UTC (rev 74875)
+++ grok/trunk/grokwiki/setup.py	2007-04-28 12:46:01 UTC (rev 74876)
@@ -16,5 +16,6 @@
     license='ZPL',
 
     install_requires=['setuptools',
+                      'zc.sourcefactory',
                      ],
 )



More information about the Checkins mailing list