Move old documentation out of the way

This commit is contained in:
Ian Cordasco 2016-03-17 15:10:35 -05:00
parent 0f2a2614ee
commit 55cc996368
11 changed files with 0 additions and 0 deletions

View file

@ -1,17 +0,0 @@
Buildout integration
=====================
In order to use Flake8 inside a buildout, edit your buildout.cfg and add this::
[buildout]
parts +=
...
flake8
[flake8]
recipe = zc.recipe.egg
eggs = flake8
${buildout:eggs}
entry-points =
flake8=flake8.main:main