mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Replace setuptools with entrypoints
This commit is contained in:
parent
4439ea2025
commit
ff15ba0865
9 changed files with 60 additions and 116 deletions
2
setup.py
2
setup.py
|
|
@ -21,10 +21,10 @@ requires = [
|
|||
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
|
||||
# And in which releases we will update those ranges here:
|
||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||
"entrypoints >= 0.2.3, < 0.3.0",
|
||||
"pyflakes >= 2.0.0, < 2.1.0",
|
||||
"pycodestyle >= 2.4.0, < 2.5.0",
|
||||
"mccabe >= 0.6.0, < 0.7.0",
|
||||
"setuptools >= 30",
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue