mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +00:00
Add the options submodule to the package
This commit is contained in:
parent
1e9878611a
commit
19e5ea767d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -47,7 +47,7 @@ setup(
|
|||
maintainer="Ian Cordasco",
|
||||
maintainer_email="graffatcolmingov@gmail.com",
|
||||
url="https://gitlab.com/pycqa/flake8",
|
||||
packages=["flake8"],
|
||||
packages=["flake8", "flake8.options"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.8.1, < 1.1",
|
||||
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue