[Zope-CVS] CVS: Packages/zpkgtools/doc - TODO.txt:1.9

Fred L. Drake, Jr. fred at zope.com
Tue Apr 20 23:18:57 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/doc
In directory cvs.zope.org:/tmp/cvs-serv21214

Modified Files:
	TODO.txt 
Log Message:
note that we should omit the setuptools helper package for
distributions that don't require it


=== Packages/zpkgtools/doc/TODO.txt 1.8 => 1.9 ===
--- Packages/zpkgtools/doc/TODO.txt:1.8	Tue Apr 20 16:37:51 2004
+++ Packages/zpkgtools/doc/TODO.txt	Tue Apr 20 23:18:55 2004
@@ -10,6 +10,11 @@
 
   would make the resource map for Zope 3 much more concise.
 
+- The setuptools helper should only be included in distributions that
+  actually need it.  This is currenly only needed when packages end up
+  defining package data (common in Zope, but not for everyone).  Low
+  priority.
+
 - There needs to be a better error message when two resources use the
   same name part.  The problem is that package:foo and collection:foo
   both have the same name, and zpkg tries to create two different




More information about the Zope-CVS mailing list