This package provides elements for starting a Grok project with paster and WSGI.
Contents
There is nothing special to setup this package.
All you have to do is, to make this package available during runtime.
With zc.buildout or other setuptools-related setups this can be
done by simply adding the package name grokcore.startup to the
required packages of your project in setup.py.