[Product-Developers] ZopeSkel plone template and PasteScript dependency

Johannes Raggam raggam-nl at adm.at
Sun Feb 20 22:16:48 UTC 2011


hi all,

does anybody know, why the ZopeSkel temaplte "plone", after creating the
package with
$ paster create -t plone

fills in dependencies to PasteScript and ZopeSkel in setup.py like so?

in setup.py:

  setup_requires=["PasteScript"],
  paster_plugins=["ZopeSkel"],

in setup.cfg:

  [zopeskel]
  template = plone


in my understanding, this isn't necessary. after installing the package,
PasteScript and ZopeSkel are also installed inside the package - at
least with my config.


cheers,
hannes


-- 
johannes raggam / thet
python plone zope development
http://johannes.raggam.co.at/
mailto:johannes at raggam.co.at
http://bluedynamics.com/




More information about the Product-Developers mailing list