Add changelog entries

This commit is contained in:
Florent Xicluna 2014-03-30 23:04:48 +02:00
parent 04401f8080
commit 876309ad97
3 changed files with 12 additions and 3 deletions

View file

@ -36,8 +36,8 @@ setup(
url="http://bitbucket.org/tarek/flake8",
packages=["flake8", "flake8.tests"],
install_requires=[
"pyflakes >= 0.7.3",
"pep8 >= 1.4.6",
"pyflakes >= 0.8.1",
"pep8 >= 1.5.1",
"mccabe >= 0.2.1",
],
entry_points={