mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
starting 1.0
This commit is contained in:
parent
bb6b396579
commit
d0dc42f37a
2 changed files with 6 additions and 1 deletions
5
README
5
README
|
|
@ -49,6 +49,11 @@ If *strict* option is set to **1**, any warning will block the commit. When
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
1.0 - ?
|
||||||
|
-------
|
||||||
|
|
||||||
|
??
|
||||||
|
|
||||||
0.9 - 2011-11-09
|
0.9 - 2011-11-09
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ README = open('README').read()
|
||||||
setup(
|
setup(
|
||||||
name="flake8",
|
name="flake8",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
version="0.9",
|
version="1.0",
|
||||||
description="code checking using pep8 and pyflakes",
|
description="code checking using pep8 and pyflakes",
|
||||||
author="Tarek Ziade",
|
author="Tarek Ziade",
|
||||||
author_email="tarek@ziade.org",
|
author_email="tarek@ziade.org",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue