Build a new project from plone_pas

This recipe allows you to create a product that will be a PAS plugin. After you add the project, you can add "local commands" for each type of plugin you wish to add.

Questions

* name:

Enter your project name.

* namespace_package:

Namespace package (like plone)

* namespace_package2:

Nested namespace package (like app)

* package:

The package contained namespace package (like example)

* version:

Version

description:

One-line description of the package

long_description:

Multi-line description (in reST)

author:

Author name

author_email:

Author email

keywords:

Space-separated keywords/tags

url:

URL of homepage

license_name:

License name

* zip_safe: True False

True/False: if the package can be distributed as a .zip file

PasteWeb by Joel Burton of PloneBootcamps.