Add more functionality to the BaseFormatter

Ensure setuptools knows about flake8.formatting
This commit is contained in:
Ian Cordasco 2016-02-06 14:36:26 -06:00
parent 35bb32d94e
commit 63b50bc1f4
2 changed files with 106 additions and 0 deletions

View file

@ -58,6 +58,7 @@ setuptools.setup(
url="https://gitlab.com/pycqa/flake8",
packages=[
"flake8",
"flake8.formatting",
"flake8.main",
"flake8.options",
"flake8.plugins",