From 19e5ea767d8a087fb63e0236252c9c316ff66904 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 9 Jan 2016 12:55:43 -0600 Subject: [PATCH] Add the options submodule to the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb0585e..d0650f4 100644 --- a/setup.py +++ b/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",