Installation
------------

To install hurry.query, just add it to your project's setup.py and
install it (by re-running buildout, for instance).

You can incldue hurry.query's ZCML by doing::

  <include package="hurry.query" />

Or you can use z3c.autoinclude.


