diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-09 12:55:43 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-09 12:55:43 -0600 |
| commit | 19e5ea767d8a087fb63e0236252c9c316ff66904 (patch) | |
| tree | f5b42a59e2171dc11e8444de75a32cb7946aba13 /setup.py | |
| parent | 1e9878611a93b3af583e222a15c0b4575fc4f027 (diff) | |
| download | flake8-19e5ea767d8a087fb63e0236252c9c316ff66904.tar.gz | |
Add the options submodule to the package
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
