A working version but still using a local copy of pep8

This commit is contained in:
Ian Cordasco 2012-12-28 23:19:56 -05:00
parent 31bcca53f9
commit c17aeb3848
4 changed files with 32 additions and 742 deletions

View file

@ -39,7 +39,7 @@ setup(
url="http://bitbucket.org/tarek/flake8",
packages=["flake8", "flake8.tests"],
scripts=scripts,
requires=['flakey'],
requires=["flakey>=2.0", "pep8"],
long_description=README,
classifiers=[
"Environment :: Console",