mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Add more functionality to the BaseFormatter
Ensure setuptools knows about flake8.formatting
This commit is contained in:
parent
35bb32d94e
commit
63b50bc1f4
2 changed files with 106 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -58,6 +58,7 @@ setuptools.setup(
|
|||
url="https://gitlab.com/pycqa/flake8",
|
||||
packages=[
|
||||
"flake8",
|
||||
"flake8.formatting",
|
||||
"flake8.main",
|
||||
"flake8.options",
|
||||
"flake8.plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue