diff --git a/README.rst b/README.rst index 972f5e0..c003c2c 100644 --- a/README.rst +++ b/README.rst @@ -429,6 +429,14 @@ system: Allows you to specify directories and/or files which you don't want to be checked. Default is none. +zest.releaser plugin +==================== + +plone.recipe.codeanalysis integrates with `zest.releaser`_ on the pre-release stage. + +It runs code-analysis, it shows the result to the user and it allows to write them on a ``status.rst``. + +This file is meant to be used to add it on setup.py's long description so that it shows up on PyPI. Known Issues ============ @@ -469,3 +477,4 @@ Upgrade JSHint to latest version (>= 2.1.6) to fix this issue, e.g.:: .. _`Unit testing framework documentation`: http://docs.python.org/2/library/unittest.html#deprecated-aliases .. _`Mockup`: https://github.com/plone/mockup .. _`jscs website`: https://www.npmjs.org/package/jscs +.. _`zest.releaser`: https://pypi.python.org/pypi/zest.releaser