mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
fixed outputs
This commit is contained in:
parent
0d0b77f79d
commit
9e283b063f
8 changed files with 108 additions and 107 deletions
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
description="code checking",
|
||||
author="Tarek Ziade",
|
||||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.scripts", "flake8.test"],
|
||||
packages=["flake8", "flake8.test"],
|
||||
scripts=["bin/flake8"],
|
||||
long_description=README,
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue