mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Update to new entry_points selection protocol.
This commit is contained in:
parent
6de8252c03
commit
f4238018c0
5 changed files with 17 additions and 21 deletions
|
|
@ -47,7 +47,7 @@ install_requires=
|
|||
typing; python_version<"3.5"
|
||||
configparser; python_version<"3.2"
|
||||
functools32; python_version<"3.2"
|
||||
importlib-metadata; python_version<"3.8"
|
||||
importlib-metadata >= 3.6
|
||||
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue