Update Buildout docs

This commit is contained in:
Ian Cordasco 2013-02-11 11:18:41 -05:00
parent b97d869e20
commit 10cc0f3391

View file

@ -127,7 +127,7 @@ In order to use Flake8 inside a buildout, edit your buildout.cfg and add this::
eggs = flake8
${buildout:eggs}
entry-points =
flake8=flake8.run:main
flake8=flake8.main:main
setuptools integration