Convert flake8.api to a submodule

This commit is contained in:
Ian Cordasco 2016-06-11 16:43:41 -05:00
parent b10aa91b82
commit 9c47fe3c08
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 1 additions and 0 deletions

View file

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