Mention changes in preparation for 2.0.0

Working version of --install-hook.
This commit is contained in:
Ian Cordasco 2013-01-02 16:04:55 -05:00
parent 3bd8a21f62
commit d8a30e19af
5 changed files with 135 additions and 40 deletions

View file

@ -28,7 +28,7 @@ else:
from flake8 import __version__
README = open('README').read()
README = open('README.rst').read()
setup(
name="flake8",