mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Merge branch 'main' into importlib-metadata-5-py37
This commit is contained in:
commit
f1c7487043
89 changed files with 693 additions and 1434 deletions
|
|
@ -20,7 +20,6 @@ classifiers =
|
|||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
|
|
@ -44,7 +43,7 @@ install_requires =
|
|||
pyflakes>=2.5.0,<2.6.0
|
||||
importlib-metadata>=5;python_version=="3.7"
|
||||
importlib-metadata>=1.1.0,<4.3;python_version<"3.7"
|
||||
python_requires = >=3.6.1
|
||||
python_requires = >=3.7
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue