mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Update Buildout docs
This commit is contained in:
parent
b97d869e20
commit
10cc0f3391
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ In order to use Flake8 inside a buildout, edit your buildout.cfg and add this::
|
||||||
eggs = flake8
|
eggs = flake8
|
||||||
${buildout:eggs}
|
${buildout:eggs}
|
||||||
entry-points =
|
entry-points =
|
||||||
flake8=flake8.run:main
|
flake8=flake8.main:main
|
||||||
|
|
||||||
|
|
||||||
setuptools integration
|
setuptools integration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue