mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 06:14:17 +00:00
Fixes issue #487
This commit is contained in:
parent
2207ca422d
commit
40b3397d95
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -10,6 +10,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) # noqa
|
||||||
|
|
||||||
import flake8
|
import flake8
|
||||||
|
|
||||||
|
|
||||||
# NOTE(sigmavirus24): When updating these requirements, update them in
|
# NOTE(sigmavirus24): When updating these requirements, update them in
|
||||||
# setup.cfg as well.
|
# setup.cfg as well.
|
||||||
requires = [
|
requires = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue