mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
display all versions in --version - fixes #7
This commit is contained in:
parent
1fb8c5113b
commit
3fabe017ae
4 changed files with 13 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -3,12 +3,14 @@ try:
|
|||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
from flake8 import __version__
|
||||
|
||||
README = open('README').read()
|
||||
|
||||
setup(
|
||||
name="flake8",
|
||||
license="MIT",
|
||||
version="1.1",
|
||||
version=__version__,
|
||||
description="code checking using pep8 and pyflakes",
|
||||
author="Tarek Ziade",
|
||||
author_email="tarek@ziade.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue