AFAIK, these files are for (pre-egg, no-longer-used) zpkg tool. They are removed in zope.app.renderer's trunk, BTW. 2009/1/27 Brandon Craig Rhodes <brandon@rhodesmill.org>:
We are working on zope.app.renderer and I see that there is a file named "DEPENDENCIES.cfg" that lists:
docutils zope.app zope.component zope.configuration zope.interface zope.schema zope.structuredtext zope.testing
while the actual package has a different list of dependencies:
setuptools docutils zope.component zope.configuration zope.i18nmessageid zope.interface zope.publisher zope.schema zope.structuredtext
[test] zope.app.testing
What is the DEPENDENCIES.cfg file for, and why are the dependencies listed different than the current ones in setup.py? Can I just remove the redundant information in DEPENDENCIES.cfg and have the information in just one place instead?
-- Brandon Craig Rhodes brandon@rhodesmill.org http://rhodesmill.org/brandon _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
-- WBR, Dan Korostelev