mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
13 lines
243 B
INI
13 lines
243 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal=1
|
|
|
|
[metadata]
|
|
requires-dist =
|
|
enum34; python_version<"3.4"
|
|
configparser; python_version<"3.2"
|
|
pyflakes >= 1.5.0, < 1.6.0
|
|
pycodestyle >= 2.0.0, < 2.4.0
|
|
mccabe >= 0.6.0, < 0.7.0
|