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:johan...@raggam.co.at
http://bluedynamics.com/

_______________________________________________
Product-Developers mailing list
Product-Developers@lists.plone.org
https://lists.plone.org/mailman/listinfo/product-developers

Reply via email to