summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-02-11 11:18:41 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2013-02-11 11:18:41 -0500
commit10cc0f3391cfa3ef952d79b899bacfbaded6709f (patch)
treea50cb61a4b1dc2be58abcc5034e43011d170ab3f /README.rst
parentb97d869e201e9da48f0cd2e9843297d34109cbae (diff)
downloadflake8-10cc0f3391cfa3ef952d79b899bacfbaded6709f.tar.gz
Update Buildout docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d52b6de..7b415d2 100644
--- a/README.rst
+++ b/README.rst
@@ -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