mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
cleanup
This commit is contained in:
parent
c463da34c3
commit
1633d9a269
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#
|
||||
|
||||
__version__ = '1.1'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
try:
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
from distutils.core import setup # NOQA
|
||||
|
||||
from flake8 import __version__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue