mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
A working version but still using a local copy of pep8
This commit is contained in:
parent
31bcca53f9
commit
c17aeb3848
4 changed files with 32 additions and 742 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue