[Checkins] SVN: grok/trunk/grokwiki/setup.py grokwiki was depending on zc.sourcefactory for what appears to be no

Martijn Faassen faassen at infrae.com
Tue May 8 16:52:31 EDT 2007


Log message for revision 75634:
  grokwiki was depending on zc.sourcefactory for what appears to be no
  reason. Removed.
  

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

-=-
Modified: grok/trunk/grokwiki/setup.py
===================================================================
--- grok/trunk/grokwiki/setup.py	2007-05-08 20:51:53 UTC (rev 75633)
+++ grok/trunk/grokwiki/setup.py	2007-05-08 20:52:27 UTC (rev 75634)
@@ -16,6 +16,5 @@
     license='ZPL',
 
     install_requires=['setuptools',
-                      'zc.sourcefactory',
                      ],
 )



More information about the Checkins mailing list